
header {
    height: 500px;
}

.video-container {
    background-color: white;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-home {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0;
}

.header-rol-form-inner {
    background: transparent;
    min-height: 0 !important;
}

#rol-form-container {
    top: 0;
}

#video-rolform-container {
    position: relative;
    top: -85px;
}

.rol-form-bar {
    z-index: 1000;
}

#video-rolform-container {
    position: relative;
    top: -85px;
}

@media (width: 1024px) {
    header {
        height: 450px;
    }
}

@media (width: 768px) {
    header {
        height: 400px;
    }
}

@media (max-width: 767px) {
    header {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .header-rol-form-inner {
        height: 200px !important;
    }

    #video-rolform-container {
        top: -200px;
    }
}