<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand img {
        display: none;
    }
}

@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-txt p {
        display: none;
    }
}
</pre></body></html>