ul li {
  margin-top: 10px;
}

.mainphoto {

  background-repeat: no-repeat;
  mask-image: url(../img/mask.svg);
  --scale: 1;
  mask-size: 100%;
  @media only screen and (max-width : 993px) {
    opacity: 0.3 !important;
  }
}
