@media all and (max-width: 481px) and (min-width: 479px) {
    .vp-title-bar, .vp-js-mobile__header-bar, .vp-title-bar--color-header {
        max-height: 64px;
    }
    .space-overview__content {
        padding: 24px;
    }
    
    .hc-footer-background-color {
        display: none;
    }
    
    .breadcrumbs-wrapper ol, .breadcrumbs-wrapper ul {
        display: none;
    }
}