 /*looks view on desktop added by apurva*/
@media only screen and (min-width: 1025px) {
        .looksContainer {
            /*...your desktop-only style...*/
            margin-left:17% !important;

        }
    }

@media only screen and (max-width: 1025px) {
        .looksContainer {
            /*...your desktop-only style...*/
            /*margin-left:-16% !important;*/
            /*margin-left:-5% !important;*/
            margin-left: 0px !important;

        }
    } 

.looksContainer {
    height: 600px;
}   

.lookOuter{
    background: url('/assets/images/looks.jpg');
    background-size: cover;
} 