/* ================================================== */
@media only screen and (max-width: 480px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.mod-img .slick-slide img {
		height: 80px !important;
        width: auto;
        object-fit: cover;		
	}
	.partner-block img {
		width: 65px;
	}
	.block-color .layout_latest figure a img {
		height: 150px !important;
	}
	video {height:200px;}
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* ================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
