body {
  overflow-x: hidden; }

p {
  -webkit-margin-after: 0px;
          margin-block-end: 0px; }

.imgStyle img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, White), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(White 80%, transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, White), to(transparent));
          mask-image: linear-gradient(White 80%, transparent); }
