.video-js {
    width: 100%
}

.hosted-video-thumbnail:focus:after,
.hosted-video-thumbnail:hover:after {
    background-color: #87cefa;
    opacity: 1
}

.hosted-video-thumbnail:after {
    background-color: #00000080;
    border-radius: 10px;
    bottom: 0;
    color: #fff;
    content: "▶";
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 50px;
    left: 0;
    line-height: 2;
    margin: auto;
    opacity: .75;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: background-color .25s, opacity .25s;
    width: 75px
}

.vjs-marker:hover {
    cursor: unset !important;
    transform: unset !important
}

.videoTag .is-sticky,
.ytvideo .is-sticky {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    bottom: 3px !important;
    height: 158px;
    left: auto !important;
    max-height: 158px;
    max-width: 280px;
    position: fixed !important;
    right: 3px !important;
    top: auto !important;
    width: 280px;
    z-index: 99
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.close-button-pip-scroll {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    bottom: 160px;
    box-sizing: border-box;
    display: none;
    left: auto;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 99
}

.video-container[data-v-aecf1c73] {
    background-position: 50% !important;
    background-size: cover !important;
    margin: auto;
    position: relative;
    text-align: center
}

.thumbnail-container[data-v-aecf1c73],
.video-overlay[data-v-aecf1c73] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    z-index: 1
}

.iframe-container[data-v-aecf1c73] {
    position: relative
}

.iframe-container[data-v-aecf1c73],
iframe[data-v-aecf1c73] {
    background-color: #000;
    margin: auto;
    width: 100%
}

iframe[data-v-aecf1c73] {
    border: none;
    box-shadow: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.figure[data-v-aecf1c73] {
    margin: auto
}

.figure span[data-v-aecf1c73] {
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none
}

.figure span[data-v-aecf1c73]:focus:after,
.figure span[data-v-aecf1c73]:hover:after {
    background-color: #87cefa;
    opacity: 1
}

.figure.youtube span[data-v-aecf1c73]:focus:after,
.figure.youtube span[data-v-aecf1c73]:hover:after {
    background-color: red
}

.figure span[data-v-aecf1c73]:after {
    background-color: #00000080;
    border-radius: 10px;
    bottom: 0;
    color: #fff;
    content: "▶";
    display: block;
    font-size: 25px;
    height: 50px;
    left: 0;
    line-height: 2;
    margin: auto;
    opacity: .75;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: background-color .25s, opacity .25s;
    width: 75px
}

.video-icon[data-v-aecf1c73]:before {
    color: #fff;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}