/* here you can put your own css to customize and override the theme */

#youtube
{
	width: 100%;
	height: 315px;
}



@media (min-width:560px)
{
	#youtube
	{
		width: 560px ;
		height: 315px;
	}
}


