<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%);}
}
@media screen\0 {
        .xwlist li .imgbox {
            margin-right: 25px;
            width: 360px;
            height: 180px;
            position: relative;}

        .swiper-slide img,
        .imgbox img {
            display: block;
            width: auto;
            height: auto;
            /* object-fit: cover; */
            /* min-height: 100%; */
            /* min-width: 100%; */
            /* max-width: 1000px; */
            position: absolute;
            top: 50%;
            transform: translateY(-50%);}

        .swiper-slide:hover img,
        .imgbox:hover img {
            transform: scale(1);}
    }
</pre></body></html>