.wineriver-hero-image {
    background-image: url(../img/hero-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 565px;

    display: flex;
    flex-direction: column;
}

.wineriver-hero-image-headline {
    padding: 40px 0;

    text-align: center;
    color: #fff;
    font-size: 50px;
}

.wineriver-hero-image-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 50px;
}

.wineriver-hero-image-subtitle {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.wineriver-hero-image .wineriver-hero-image-call-to-action,
.wineriver-hero-image .wineriver-hero-image-call-to-action:link,
.wineriver-hero-image .wineriver-hero-image-call-to-action:visited {
    display: inline-block;
    border: 4px solid #fff;
    padding: 15px;
    color: #fff;
    font-size: 35px;
    text-align: center;
}

h2.products-section-title {
    margin-top: 20px;
}

.variant-dimmed-background .wineriver-hero-image-text {
    background-color: #0000003d;
}

.variant-gradient-background .wineriver-hero-image-text {
    background: radial-gradient(#00000059, transparent);
}

.variant-left-bottom-alignment .wineriver-hero-image-text {
    align-items: flex-start;
    justify-content: flex-end;
}

.variant-left-bottom-alignment.variant-gradient-background .wineriver-hero-image-text {
    background: radial-gradient(ellipse at bottom left, #00000088, transparent);
}

.variant-left-center-alignment .wineriver-hero-image-text {
    align-items: flex-start;
}

.variant-left-center-alignment.variant-gradient-background .wineriver-hero-image-text {
    background: radial-gradient(ellipse at center left, #00000088, transparent);
}

.variant-right-bottom-alignment .wineriver-hero-image-text {
    align-items: flex-end;
    justify-content: flex-end;
}

.variant-right-bottom-alignment.variant-gradient-background .wineriver-hero-image-text {
    background: radial-gradient(ellipse at bottom left, #00000088, transparent);
}
