<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#slidepage  {
	height: 700px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	}
@media screen and (max-width: 1024px) {
#slidepage  {
	height: 600px;
	}
 }
@media screen and (max-width: 640px) {
#slidepage  {
	height: 500px;
	}
 }</pre></body></html>