@media only screen and (min-width: 480px) and (max-width: 767px) 
{

    #right {
        display: none;
    }

    #weatherWidget {
        display: none;
    }

    #content {
        width: 72%;
        display: inline-block;
        vertical-align: top;
    }
	/*#video {
		display: none;
	}*/
	
	
	
}