<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noGrayElement {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index:11;}

.header-2 .logo {
    position: relative; 
    z-index: 0;}
@media screen and (max-width: 1000px) {
.noGrayElement { 
    height: auto;
    width: 19%; 
top: 50%;
transform: translateY(-50%);}
}
</pre></body></html>