<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 */

img[usemap] {
	width: 80%;
    height: auto;
	margin: 0 9% 0 9%;
	}

@media screen and (max-width: 1280px) {

img[usemap] {
	width: 100%;
    height: auto;
	margin: 0 0 0 0;
	}

}</pre></body></html>