
@media only screen and (orientation: portrait){
	#ad{
	font-size: 3.33vw;
	}
}


/* Landscape resize */
@media only screen and (orientation: landscape) {



}

@media only screen and (width: 320px) and (height: 194px) and (orientation: landscape)  {

}