@media (min-width: 992px) {
	#img-top-mobile{display:none;}
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
