@media (min-width: 1200px) {
    #app > div{
        
    }
    
    #app > div > figure{
        height: 90%;
    }

    #application #app figure {
        height: 180px;
    }

    .img{
        position: relative;
    }

    #app > div > figure .img img{
        position: relative;
        top: -25px;
        left: 0;
    }


}