
.img-mask {
    img {
      mask-position: center center;
      mask-repeat: no-repeat;
      height: auto;
      width: 100%;
      max-width: 100%;
    }
    &.mask img {
      mask-image: url('mask.svg');
    }
    &.hex img {
      mask-image: url('hex.svg');
    }
    &.oval img {
      mask-image: url('oval.svg');
    }
  }