<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* banner1Mobile */
.banner1Mobile {
	background-image: url("../images/banner01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	}

@media only screen and (max-width: 480px) {
	.banner1Mobile {
		background-image: url("../images/banner01Mobile.jpg");
		/*height: 490px;*/
	    }
	}
}

/* banner2Mobile */
.banner2Mobile {
	background-image: url("../images/banner02.jpg");
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;*/
	}

@media only screen and (max-width: 480px) {
	.banner2Mobile {
		background-image: url("../images/banner02mobile.jpg") !important;
		/*height: 490px;*/
	    }
	}
}

/* banner3Mobile */
.banner3Mobile {
	background-image: url("../images/banner03.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	}

@media only screen and (max-width: 480px) {
	.banner3Mobile {
		background-image: url("../images/banner03mobile.jpg") !important;
		/*height: 490px;*/
	    }
	}
}

/* banner4Mobile */
.banner4Mobile {
	background-image: url("../images/banner04.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	}

@media only screen and (max-width: 480px) {
	.banner4Mobile {
		background-image: url("../images/banner04mobile.jpg") !important;
		/*height: 490px;*/
	    }
	}
}
</pre></body></html>