.site-logo h1, .site-logo p {line-height:1.2;}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

			.mt-intro {width:100%;}
		
}