@media (max-width: 1050px) {
  body:not(.home) #two-images-cover-on-scroll:not(.under-video) {
    transform: scale(2.3);
    transform-origin: bottom center;
  }
}
@media (min-width: 1050px) {
  body:not(.home) #two-images-cover-on-scroll {
    margin-top: -200px;
  }
}

body:not(.home) #two-images-cover-on-scroll, body #two-images-cover-on-scroll {
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}
body:not(.home) #two-images-cover-on-scroll .image-1, body #two-images-cover-on-scroll .image-1 {
  z-index: 1;
  position: relative;
}
body:not(.home) #two-images-cover-on-scroll .image-2, body #two-images-cover-on-scroll .image-2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
body:not(.home) #two-images-cover-on-scroll .content-wrapper, body #two-images-cover-on-scroll .content-wrapper {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 3;
  width: 1250px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; /* Optional smooth transition */
}
@media (max-width: 1440px) {
  body:not(.home) #two-images-cover-on-scroll .content-wrapper, body #two-images-cover-on-scroll .content-wrapper {
    width: unset;
    left: unset;
    right: 24px;
    transform: unset;
    bottom: 20px;
  }
}
body:not(.home) #two-images-cover-on-scroll .content-wrapper.show, body #two-images-cover-on-scroll .content-wrapper.show {
  opacity: 1; /* Visible when the "show" class is present */
}
body:not(.home) #two-images-cover-on-scroll .content-wrapper p, body #two-images-cover-on-scroll .content-wrapper p {
  text-align: right;
  text-shadow: 2px 2px 18px #000;
}
body:not(.home) #two-images-cover-on-scroll .content-wrapper p:last-of-type, body #two-images-cover-on-scroll .content-wrapper p:last-of-type {
  margin: 0;
}
/*# sourceMappingURL=2-images-cover-on-scroll.css.map */
