<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px) {
    #app &gt; div{
        
    }
    
    #app &gt; div &gt; figure{
        height: 90%;
    }

    #application #app figure {
        height: 180px;
    }

    .img{
        position: relative;
    }

    #app &gt; div &gt; figure .img img{
        position: relative;
        top: -25px;
        left: 0;
    }


}</pre></body></html>