<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:767px) {
    #logo img {
        max-width: 200px !important ;
        max-height: 100%;
    }
    .promo {
        height: auto !important;
        text-align:center !important;
        font-size:16px !important;
        font-weight:bold !important;
    }
    .join {
        text-align:center !important;
        font-size:2em;
    }
    #headercontainer .WaLayoutTable {
        height: auto !important;
        text-align: center !important;
    }
}
</pre></body></html>