.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding-top: 100vh;
  /* 16:9 */
  position: fixed;
}

.swiper {
  height: 100%;
  width: 50%;
  position: absolute !important;
}
@media screen and (max-width: 768px) {
  .swiper {
    width: 100%;
    height: 50%;
  }
}
.swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper1 img {
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 768px) {
  .swiper1 img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.swiper2 img {
  -o-object-position: center left;
     object-position: center left;
}
@media screen and (max-width: 768px) {
  .swiper2 img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.swiper.swiper1 {
  left: 0;
  top: 0;
}

.swiper.swiper2 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .swiper.swiper2 {
    top: unset;
    bottom: 0;
  }
}/*# sourceMappingURL=slider.css.map */