/*smaller than 1020*/
@media screen and (max-width: 1020px) {
    #navContainer, #footerContainer, .galleria-counter, .galleria-image-nav, .galleria-thumbnails-container, .aux1, .aux2 {display: none!important}
    #extraContainer2, #logoContainer, #header {display: none}
 	#navSlide, #homeSlide, #mobile-buttons, .mobile-hr {display: block}
 	.galleria-info {text-align: center!important; padding: 0;}
 	#content, #sidebarContainer, .movie-thumbnail-frame {width: 95.7%!important;}
 	#console{width: 132px;height: 35px;}
 	#pSetB, #pPlay, #pSetF, #pSetThumbs{font-size: 2em;}
 	#headerContainer {display: block; overflow: hidden;}
}

/*smaller than 950*/
@media screen and (max-width: 950px) {
    
}

/*smaller than 860*/
@media screen and (max-width: 860px) {
    
    
}

/*smaller than 600*/
@media screen and (max-width: 600px) {
    #content, #sidebarContainer {max-width: 88%!important;}
    #contentContainer {min-height: 700px!important;} 
    #mobile-buttons {width: 100.5%!important;}
    .galleria-info {bottom: 50px;}
    #extraContainer2{top: -130px;}
}