@media only screen and (max-width : 1680px) {
    body.featured-collections .promo-content .callouts-block img.bg{

    }
}

@media only screen and (max-width : 1600px) {
    body.featured-collections .promo-content .limited-block .inner .block h2{
        font: 28px/32px gothic;
        margin-bottom: 20px;
    }
    body.featured-collections .promo-content .limited-block .inner .block p{
        font:15px/1.3 gothic;
    }
    body.featured-collections .promo-content .limited-block .btn{
        margin-top: 50px;
    }
}

@media only screen and (max-width : 1366px) {
    body.featured-collections .promo-content .callouts-block .text-block{
        top: 30px;
    }
    body.featured-collections .promo-content .inspire-block.right .inspire-block-left{
        left: 5%;
    }

    body.featured-collections .promo-content .callouts-block img.bg{

    }
    body.featured-collections .promo-content .carousel-items-item > .text > .inner{
        width: 70%;
    }
    body.featured-collections .promo-content .limited-block .inner .block p.second{
        display: none;
    }
    body.featured-collections .promo-content .limited-block .btn{
        font: 16px/1 gothic;
    }
}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1100px) {
    body.featured-collections .promo-content .limited-block .inner .block h2{
        font: 24px/28px gothic;
        margin-bottom: 16px;
    }
    body.featured-collections .promo-content .limited-block .inner .block p{
        font:14px/1.2 gothic;
    }
    body.featured-collections .promo-content .limited-block .btn{
        margin-top: 16px;
    }
}