/************ slideshow mobile by pierre **************/

@media (min-width: 992px) and (max-width: 1110px) {
	.slideItemContainer img.backgroundImage {
		margin-left: 0px !important;
		height: 536px !important;
	}
	
	.homeSlideshow, .homeSlideshowItems {
		height: 536px !important; 
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slideItemContainer img.backgroundImage {
		margin-left: 0px !important;
		height: 507px !important;
	}
	
	.homeSlideshow, .homeSlideshowItems {
		height: 507px !important; 
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	.slideItemContainer img.backgroundImage {
		margin-left: 0px !important;
		height: 343px !important;
	}
	
	.homeSlideshow, .homeSlideshowItems {
		height: 343px !important; 
	}
}
@media (max-width: 519px) {
	.slideItemContainer img.backgroundImage {
		margin-left: 0px !important;
		height: 66vw !important;
	}
	
	.homeSlideshow, .homeSlideshowItems {
		height: 66vw !important; 
	}
}