.mcl-hero-image {
    background: url(../images/homepage-top.jpg) center center;
    background-size: cover;
    font-family: interFace;
    height: 100%;
    height: calc(100% - 150px);
    min-height: 300px;
    padding: 0;
}

.mcl-hero-image-inner {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    height: 100%;
    margin: 0;
    min-height: 450px;
}

.mcl-hero-content {
    text-align: center;
    top: 50px;
}

.mcl-hero-heading {
    font-family: 'sereneMTC';
}

.mcl-hero-video-container {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mcl-hero-video {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    width: auto;

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mcl-hero-tagline,
.mcl-hero-text {
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .mcl-hero-content {
        top: calc(50% - 150px);
    }

    .mcl-hero-image-inner {
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
        background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
        background: -ms-linear-gradient(right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
        background: linear-gradient(right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
    }
}
