@media(min-width:768px){
#default-home-slider-0 .swiper-slide  >div {
flex-direction: row-reverse !important;
}
.s-block--default-home-slider .swiper-slide {
    position: relative;
    height: 690px !important;
}
}
@media(max-width:768px){
.s-block--default-home-slider .swiper-slide {
    position: relative;
    height: 420px !important;
}
}