.ce-media-overlay-click-for-video {
    color: rgb(0,0,0);
    background-color: rgba(255,255,255,0.75);
    text-shadow: 0 0 3px rgba(255,255,255,0.75);
    /*          color: rgb(255,255,255);
                background-color: rgba(0,0,0,0.75);
                text-shadow: 0 0 3px rgba(0,0,0,0.5);*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    line-height: 1;
}

.ce-media-overlay-click-for-video p {
    max-width: 100%; /* IE11 */
}
.ce-media-overlay-btn::after {
    content: "";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    cursor: pointer;
}
.ce-media .ce-media-overlay-poster {
    transition: 4s opacity ease-in;
}