.lookbook-banner-head {
    position: relative;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    height: 45px;
    background: #1B1C1E;
}

.lookbook-banner-head:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #FFF;
}

.lookbook-banner-head-text {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    background: #1B1C1E;
    padding-right: 20px;
    z-index: 1;
}

.lookbook-banner-logo {
    position: relative;
    background: #1B1C1E;
    padding: 0 23px;
    z-index: 1;
    margin-left: 14%;
}

.lookbook-banner-logo img {
    vertical-align: top;
}

.lookbook-banner-body {
    position: relative;
    border-left: 1px solid #1B1C1E;
    border-right: 1px solid #1B1C1E;
}

.lookbook-banner-body:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
}

.lookbook-banner-body img {
    vertical-align: top;
    width: 100%;
}

.lookbook-banner-body-text {
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 190px;
}

.lookbook-banner-title {
    max-width: 348px;
    margin-bottom: 11px;
    color: #fff;
    font-size: 51px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

.lookbook-banner-content {
    max-width: 255px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.88px;
}

.lookbook-banner-foot {
    border: 1px solid #1B1C1E;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #1A1818;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.lookbook-banner-foot:after {
    content: "";
    margin-left: 15px;
    width: 17px;
    height: 14px;
    background: url("../img/arrow.svg") center no-repeat;
}

@media all and (max-width: 1024px) {
    .lookbook-banner-head-text {
        font-size: 12px;
        padding-right: 6px;
    }

    .lookbook-banner-logo {
        margin-left: 10px;
        padding: 0 13px;
    }

    .lookbook-banner-body-text {
        left: 18px;
        bottom: 17px;
    }

    .lookbook-banner-title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media all and (max-width: 767px) {
    .lookbook-banner-head {
        height: 42px;
        padding: 5px 12px;
    }

    .lookbook-banner-head:before {
        left: 12px;
        right: 12px;
        top: 20px;
    }

    .lookbook-banner-logo {
        margin-left: 16px;
    }

    .lookbook-banner-logo img {
        width: 57px;
    }

    .lookbook-banner-title {
        max-width: 323px;
    }

    .lookbook-banner-content {
        max-width: 286px;
        font-size: 14px;
    }
}