p[data-f-id="pbf"]{
	display:none;
	opacity: 0;
}
.bigswi .swiper-slide .boximg{
	position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 45.25%;
    position: relative;
}
.bigswi .swiper-slide img{
	object-fit: contain;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.smallswi .swiper-slide .boximg{
	position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 60.25%;
    position: relative;
}
.smallswi .swiper-slide img{
	object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px){
	.bigswi .swiper-slide .boximg{
		padding-bottom: 60.25%;
	}
}