#logos {
        pointer-events: none;
}
        
@media only screen and (max-width: 639px) {

        #logos {
                position: static !important;  
        }
        
        #buttons {
                position: static !important;  
        }
        
        #buttons div.switch-pano {
                display:block !important;     
                width:100% !important;     
                margin:0 !important;     
                padding:0 !important;     
        }
        
        #buttons div.switch-pano a {   
                display:block !important;  
                width:100% !important;  
                margin:0 !important;     
                padding:0 5px !important;        
        }
        
}