@media only screen and (max-width: 480px) {  
    .pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span ~ span {
        position: absolute;
        top: 18px;
        left: 16px;
        font-size: 11px;
    }

    .pzzim-theme .height-560, 
    .pzzim-theme .height-560 .vc_column-inner {
        min-height: initial;
    }

    .pzzim-theme .height-560.image-bg, 
    .pzzim-theme .height-560.image-bg .vc_column-inner {
        min-height: 260px;
    }
}