.sm2025amgsimgreveal-container {
      position: relative;
      width: 100%; /* Full width */
      max-width: 1200px; /* Optional max width for large screens */
     
    }

    .sm2025amgsimgreveal-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      z-index: 2;
    }

    .sm2025amgsimgreveal-image {
      width: 100%;
      height: auto;
      display: block;
      z-index: 1;
    }