@media only screen and (min-width : 992px) {
	.slide-home-controls	{
		display: none;
	}
	img.only-mobile {
		display: none;
	}
	
}
