.sm-slide {
	background-position: 50% 0;
	display: none !important;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.sm-slide {
		display: block !important;
	}
	span.sm-slide {
		background-size: cover;
		background-repeat: no-repeat;		
		height: 150px;
	}
	.top-banner .sm-hidden {
		display: none !important;
	}	
}