.schoene-slide3 {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
@media (min-width: 0px) and (max-width: 1023.98px) {
  .schoene-slide3 {
    display: flex;
    flex-direction: column;
  }
}
.schoene-slide3__side {
  width: 50vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023.98px) {
  .schoene-slide3__side {
    width: 100vw;
  }
}
.schoene-slide3__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.schoene-slide3__image--active {
  opacity: 1;
}

/*# sourceMappingURL=slide3.css.map */
