
html, body {
    height: 100% !important;
}
#premium-header {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
    width: 100%;
}

.scroll-down-indicator {
    position: absolute;
    bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.scroll-down-indicator a {
    display: block;
    color: #FFF;
    line-height: 2em;
}

.header-content-inner {
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
}


.feature-container {
    background-color: #EEE;
    height: 55vh;
    min-height: 420px;
    max-height: 600px;
}

.feature {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


div.img-block {
    height: 55vh;
    min-height: 420px;
    max-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
div.img-block-full {
    position: relative;
    height: 50vh;
    min-height: 500px;
    max-height: 720px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-darken {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.feature-heading {
    color: #FFF;
    text-shadow: 0 0 5px #666;
    margin: 0;
    font-size: 50px;
    font-family: 'Merriweather', 'Microsoft JhengHei',Arial, sans-serif;
    text-transform: uppercase;
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
    width: 100%;
}