
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.embed {
    width: 100%;
    height: 100%;
    background: #000;
}


/* THEOplayer specific styles */
.vjs-big-play-button .theo-big-play-button-svg-container {
    display: none;
}

.theoplayer-skin .vjs-big-play-button,
.theoplayer-skin:hover .vjs-big-play-button {
    background: url('../images/icon_play.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 75px !important;
    height: 75px !important;
}

    .theoplayer-skin:hover .vjs-big-play-button:after,
    .theoplayer-skin .vjs-big-play-button:focus:after {
        opacity: 0 !important;
    }

.theoplayer-skin .vjs-big-play-button {
    color: #fff !important;
}

.video-js .theoplayer-poster {
    filter: brightness(60%);
    transition: filter 0.5s ease;
    background-size: cover !important;
}

.video-js .theoplayer-poster:hover {
    filter: brightness(100%);
}