@media only screen and (max-width:900px) {
.hide_on_mobile {
display: none !important;}
}
//small screen sizes
@media (max-width: 900px) {
    .mobile_only {
        display:block !important;
    }