@media only screen and (max-width: 767px) {
    .header-navbar {
        display: none;
    }
    .rsh-desktop-only {
        display: none;
    }
    .rsh-mobile-only {
        display: inline-block;
    }
    .rsh-main-logo {
        width: 50px;
        margin-bottom: 10px;
    }
    .npb-image {
        width: 100%;
        min-height: 200px;
    }
}