.bannerHomeIntro {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 60px;
}
.lookbookModelCnt {
    background-color: #fff;
    padding: 60px 0 30px;
    h2 {
        margin: 0 0 60px;
        text-align: center;
        color: #9B2727;
        @media(min-width: 900px){
            font-size: 40px;
        }
        @media(max-width: 900px){
            font-size: 20px;
        }
    }
}

.lookbookModelList  {
    a{
        display: block;
        color: inherit;
        text-align: center;
        font-weight: 200;
        font-size: 18px;
        margin-bottom: 40px;
        text-decoration: none;
        img {
            margin-bottom: 10px;
            transition: all .3s;
            width: 100%;
        }
        h3 {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
        }
        &:hover img {
            margin-left: 30px;
        }
    }
    @media(max-width: 900px){
        .owl-item {
            opacity: .6;
            &.active + div {
                opacity: 1;
            }
        }
    }
}
