.mask-gradient {
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
