@charset "utf-8";

ul.rotador li div.owl-lazy {
    width: 100%;
    left: 0;
    height: 430px;
    background-size: 120% 100%;
    background-position: center center;
}

@media only screen and (min-width: 2495px) {
	ul.rotador li div.owl-lazy {
	   	height: 430px;
    	background-size: cover;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 2494px) {
	ul.rotador li div.owl-lazy {
	    height: 430px;
	    background-size: 130% 100%;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
	ul.rotador li div.owl-lazy {
	    height: 380px;
	    background-size: 145% 100%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	ul.rotador li div.owl-lazy {
	    height: 360px;
	    background-size: 165% 100%;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	ul.rotador li div.owl-lazy {
	   	height: 330px;
	    background-size: 180% 100%;
	}
}
@media only screen and (min-width: 791px) and (max-width: 980px) {
	ul.rotador li div.owl-lazy {
	    height: 290px;
	    background-size: 190% 100%;
	}
}

@media only screen and (min-width: 651px) and (max-width: 790px) {
	ul.rotador li div.owl-lazy {
	   	height: 260px;
	    background-size: 190% 100%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 650px) {
	ul.rotador li div.owl-lazy {
	   	height: 230px;
	    background-size: 198% 100%;
	}
}
@media only screen and (max-width: 480px) {
	ul.rotador li div.owl-lazy {
	   	height: 210px;
	    background-size: 220% 100%;
	}
}