.hero-banner {
    background-color: #212121;
    color: #fff;
    position: relative
}

.hero-banner:before {
    background: linear-gradient(180deg,rgba(0,0,0,.7) -10.22%,transparent);
    content: "";
    display: block;
    z-index: 1
}

.hero-banner-img,.hero-banner:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-banner-img {
    overflow: hidden
}

.hero-banner-img img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-banner-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 245px;
    padding-top: 200px;
    position: relative;
    width: 100%;
    z-index: 2
}

.hero-banner-logo {
    display: block;
    margin: 0 auto 35px
}

.hero-banner-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: adobe-jenson-pro,serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 77px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.hero-banner-title small {
    display: block;
    font-family: Josefin Sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase
}

.hero-banner-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 29px;
    width: 100%
}

.hero-banner-buttons .button {
    margin: 20px 10px 0
}

@media (max-width: 1024px) {
    .hero-banner-content {
        padding-bottom:200px;
        padding-top: 223px
    }

    .hero-banner-title {
        font-size: 64px;
        line-height: 77px
    }

    .hero-banner-title small {
        font-family: Work Sans,sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .hero-banner-content {
        padding-bottom:200px;
        padding-top: 200px
    }

    .hero-banner-title {
        font-size: 56px;
        line-height: 67px;
        padding-left: 14px;
        padding-right: 14px
    }

    .hero-banner-title small {
        margin-left: -14px;
        margin-right: -14px
    }
}
