@media screen and (max-width: 900px) {
   .hide-on-mobile {
       display: none !important;
   }
}