@media (max-height: 900px) {
    .hide-on-small-height {
        display: none !important;
    }
}

body
{
    font-family: 'Roboto' !important;
}