.site-header-bundle {
    width: 100%;
    padding-top: 30.2454%;
    padding-top: calc(76100%/2516);
    position: relative
}
.site-header-bundle .image,
.site-header-bundle .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.site-header-bundle .content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2)
}
.site-header-bundle .content h1 {
    padding: 0 10px;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    font-family: "AvenirNextLTPro-Medium", Helvetica, Arial, sans-serif !important;
    line-height: 1.1;
    font-weight: 700;
    font-size: 8.75vw !important;
    max-width: 90%
}
@media (min-width: 992px) {
    .site-header-bundle .content h1 {
        font-size: 4.2em !important;
        max-width: 500px
    }
}

.table {
    display: table
}
.table-row {
    display: table-row
}
.table-cell {
    display: table-cell
}
.middle {
    vertical-align: middle
}
.full-height {
    height: 100%
}
.full-width {
    width: 100%
}