/*smaller than 1020*/
@media screen and (max-width: 1020px) {
    #navContainer, 
    .galleria-counter, 
    .galleria-image-nav, 
    .galleria-thumbnails-container,  
    #logoContainer, 
    #header,
    #footerContainer,
    .aux1, .aux2 {display: none!important}

 	#console{width: 132px;height: 35px;}
 	#pSetB, #pPlay, #pSetF, #pSetThumbs{font-size: 2em;}
 	#headerContainer {display: block; overflow: hidden;}
}

/*smaller than 600*/
@media screen and (max-width: 600px) {
    #mobile-buttons {width: 100.5%!important;}
    #extraContainer2{top: -130px;}
}