#video {
    padding: 80px 0 50px 0;
}


/* #video-inner {
    max-width: 1244px;
    width: 100%;
    margin: 0 auto;
} */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#video #video-inner {
    max-width: 1244px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.embed-responsive::before {
    content: "";
    display: block;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.play #play-video {
    display: none;
}

#play-video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#play-video-btn {
    display: block;
    max-width: 100%;
    height: auto;
    margin: -15px 0 0;
}

#play-video-btn svg {
    width: 100%;
}

.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.rll-youtube-player {
    width: 100%;
}

@media (max-width: 1292px) {
    #video-inner {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    #video {
        padding: 48px 0 8px 0;
    }
}