<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image1 {
	height: 400px;
}
@media screen and (max-width: 800px) {
	.image1 {
		height: 300px;
	}
}
@media screen and (max-width: 450px) {
	.image1 {
		height: 200px;
	}
}
@media screen and (max-width: 300px) {
	.image1 {
		height: 160px;
	}
}</pre></body></html>