body {
    height: auto;
    min-height: 100%;
    z-index: -2;
}

.r-header {
    background-color: transparent;
    height: 60px !important;
    width: 100%;
    position: initial;
}

#r-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/img/landing-page-banner-bg.png);
    background-position: 50%;
    background-repeat: repeat;
    transform: translateY(-720px);
    animation: roads 80s linear infinite;
}

@keyframes roads {
    0% {
        transform: translateY(-720px);
    }
    100% {
        transform: translateY(0);
    }
}

.r-landscape-image-fit .plyr,
.r-landscape-image-fit .plyr__video-wrapper,
.r-landscape-image-fit video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#videoTranscript {
    z-index: 10;
}

.r-video-page-cta {
    position: fixed;
    height: 50px;
    background: #F9DC54;
    bottom: 0;
    width: 520px;
    left: calc(50% - 260px);
    border-radius: 10px 10px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.r-video-page-cta a {
    margin-left: 5px;
    cursor: pointer;
}

#rocketium-video_html5_api {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.vjs-poster {
    background-size: cover;
}
