.ce_video-slide {
    height: 100vh;
    position: relative;
}

.mejs-overlay.mejs-overlay-play {
    display: none !important;
}

.mejs-container {
    position: relative;
}

.mejs-container:after {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ce_video-slide .button--play,
.ce_video-slide .button--pause {
    z-index: 100;
}

.ce_video-slide .button--pause {
    display: none;
}
