ul{
    margin-bottom: 5px;
    margin-top: -5px;

}
.elementor-gallery-carousel .swiper-slide{
    padding-top: 56.6%;
    height: auto;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
}
.elementor-gallery-carousel #thumb-slider{
    margin-top: 15px;
}
.elementor-gallery-carousel #thumb-slider .swiper-slide{
    padding-top: 120px;
}
.elementor-gallery-carousel .swiper-slide img{    
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
@media(min-width:1024px){
header .item-mobile{
	display:none !important;
}
}
@media(max-width: 880px){
    .elementor-gallery-carousel #thumb-slider .swiper-slide{
        padding-top: 80px;
    }
}