.et_pb_section_0 .swiper-container {
      width: 100%;
      
    }

.et_pb_section_0 .swiper-wrapper {
     display: -webkit-box;
}

.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > .mobile {
	display:none;
}



.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item {
	width: 100%;
	position: relative;
	padding-bottom: 52.5%;
}
.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > div,
.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > div > a,
.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > a {
	position: absolute;
	background-size: cover;
	background-position: center center;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}


@media only screen and (max-width: 980px) {
	.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item {
		padding-bottom: 175%;
	}
	
	.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > .mobile {
	    display:block;
    }
	.et_pb_section_0 .swiper-wrapper .dp_dmb_repeat_item > .desktop {
	    display:none;
    }
}