<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#obsMap iframe {
    width: 100%;
    height: 785px;
}

@media (min-width: 730px) {
    #obsMap iframe {
        height: 546px;
    }
}

@media (min-width: 855px) {
    #obsMap iframe {
        height: 445px;
    }
}

@media (min-width: 1280px) {
    #obsMap iframe {
        height: 395px;
    }
}</pre></body></html>