@media (max-width:900px) {

.mobile-hide{
	display: none!important;
 }
}

@media (min-width:900px) {

.mobile-show{
	display: none!important;
 }
}