.frontPage-newCollection {
    padding: 50px 0 100px;
}

.newCollection-wrapper {
    display: -webkit-flex;
    display: flex
}

.newCollection-content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 45px
}

.newCollection-thumb {
    flex-basis: 632px;
    min-width: 632px;
    width: 632px;
    margin-right: -53px
}

.newCollection-thumb img {
    display: block;
    width: auto;
    height: auto
}

.newCollection-subTitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .4em
}

.newCollection-link {
    margin-top: 30px
}

@media(max-width: 1279px) {
    .newCollection-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .newCollection-content {
        -webkit-order: 1;
        order: 1;
        max-width: 480px;
        text-align: center;
        margin: 0 auto;
        padding-top: 0
    }
    .newCollection-thumb {
        -webkit-order: 0;
        order: 0;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .newCollection-thumb img {
        margin: 0 auto
    }
    .newCollection-thumb {
        display: none
    }
}

@media(max-width: 767px) {
    .frontPage-newCollection {
        padding-top: 10px
    }
    .newCollection-wrapper {
        margin: 0 -5px
    }
    .newCollection-content {
        max-width: none;
        border: 1px solid;
        padding: 40px 30px 36px
    }
    .newCollection-subTitle {
        font-size: 14px;
        line-height: 20px
    }
    .newCollection-title {
        font-size: 36px;
        line-height: 52px;
        margin-top: 10px
    }
}