/* for small screens */
@media screen and (max-width: 600px){
    
    /* default changes for small screens */
    #slider-menu{ display:none; }  
    #help-left { display: none; }
	
	#general-help-container { padding-top: 0; padding-bottom: 0; }
	#general-help-container #general-help-box { width: 100%; margin: auto; }
	#general-help-container #general-help-box #general-help-details {width: 100%; float: none; }
	#general-help-container #general-help-box #general-help-details a { font-size: 1.6rem; }
	
    

}