<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IPHONE 5 PORTRAIT */ 
@media screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.rslides {
		display:none;
	}
	#corps .intro p {
		margin: 0px auto 20px auto;
	}
} 
</pre></body></html>