.homf-uxslider .swiper-wrapper{
    width: 100%;
    max-width: 100%;
    height: 75vh;
}

.homf-uxslider .swiper-slide .overlay{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.homf-uxslider .swiper-slide.content-center .overlay{
    justify-content: center;
}

.homf-uxslider .swiper-slide.content-left .swiper-caption{
    left: 12%;
}

.homf-uxslider .swiper-slide.content-right .swiper-caption{
    right: 12%;
}

.homf-uxslider .swiper-slide.vertical-top .overlay{

}

.homf-uxslider .swiper-slide.vertical-center .overlay{
    align-items: center;
}

.homf-uxslider .swiper-slide.vertical-bottom .overlay{
    align-items: flex-end;
}

.homf-uxslider .swiper-slide .images{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homf-uxslider img.slider-desktop,
.homf-uxslider img.slider-square,
.homf-uxslider img.slider-mobile{
    max-width: unset;
    width: 100%;
}
@media (max-width: 767px) and (orientation: portrait) {
    .homf-uxslider img.slider-desktop,
    .homf-uxslider img.slider-square{
        display: none;
    }
}

@media (max-width: 499px) {
    .homf-uxslider img.slider-desktop,
    .homf-uxslider img.slider-square{
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .homf-uxslider img.slider-desktop,
    .homf-uxslider img.slider-mobile{
        display: none;
    }
}

/*@media (max-width: 767px) and (orientation: portrait) {*/
/*    img.slider-desktop,*/
/*    img.slider-square{*/
/*        display: none;*/
/*    }*/
/*}*/

@media (min-width: 768px) {
    .homf-uxslider img.slider-desktop,
    .homf-uxslider img.slider-mobile{
        display: none;
    }
}

@media (min-width: 1024px) {
    .homf-uxslider img.slider-square{
        display: none;
    }
    .homf-uxslider img.slider-desktop{
        display: block;
    }
}

.homf-uxslider .images img{
    @media (min-width: 1024px) and (max-width: 1199px) {
        width: 110vw;
        zoom: 1;
    }
    @media (min-width: 1200px) and (max-width: 1439px) {
        width: 126vw;
        zoom: 1;
    }
    @media (min-width: 1440px)  {
        width: 110vw;
        zoom: 1;
    }
}

