
.immersive_slider .is-slide .content {
	vertical-align:top;
}

/*desktop*/
@media(min-width:1200px) {

	.slide img {
	height:150px;
	width:100%;
	}


}

/*tablet*/
@media(min-width:900px) and (max-width:1200px) {
	
	.slide img {
		height:150px;
	}
}

/* laptop */
@media(min-width:600px) and (max-width:900px){

	.slide img {
		height:150px;
	}
	
}

/*mobile*/
@media(max-width:600px) {
	
	.slide img {
		height:150px;
	}
	
}