.ocohost-play-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 1px;
    overflow: hidden;
    border-top: 6px; 
    border-bottom: 6px;
}

/*
|--------------------------------------------------------------------------
| ÁREA PLAYER
|--------------------------------------------------------------------------
*/

.ocohost-play-video-area {
    width: 100%;
    height: 100%;
}

/*
|--------------------------------------------------------------------------
| PLAYER NATIVO
|--------------------------------------------------------------------------
*/

.ocohost-play-video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    object-fit: cover;
}

/*
|--------------------------------------------------------------------------
| IFRAME
|--------------------------------------------------------------------------
*/

.ocohost-play-iframe {

    position: absolute;

    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    border: 0;

    display: block;

    pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| PUBLICIDADE
|--------------------------------------------------------------------------
*/

.ocohost-play-ads {
    position: absolute;
    inset: 0;

    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: #000;

    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| PUBLICIDADE MP4
|--------------------------------------------------------------------------
*/

.ocohost-play-ads-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*
|--------------------------------------------------------------------------
| PUBLICIDADE IMAGEM
|--------------------------------------------------------------------------
*/

.ocohost-play-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*
|--------------------------------------------------------------------------
| CONTADOR
|--------------------------------------------------------------------------
*/

.ocohost-play-countdown {
    position: absolute;

    bottom: 15px;
    right: 15px;

    z-index: 99999;

    background: rgba(0,0,0,.8);

    color: #fff;

    padding: 8px 14px;

    border-radius: 6px;

    font-size: 14px;

    font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| BOTÃO PULAR
|--------------------------------------------------------------------------
*/

.ocohost-play-skip {
    position: absolute;

    top: 15px;
    right: 15px;

    z-index: 99999;

    background: rgba(0,0,0,.85);

    color: #fff;

    border: 0;

    padding: 10px 16px;

    border-radius: 6px;

    cursor: pointer;

    font-size: 14px;

    font-weight: bold;

    transition: .3s;

    display: none;
}

.ocohost-play-skip:hover {
    background: #e50914;
}


.ocohost-youtube-unmute {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);

    z-index: 99999;

    background: rgba(0,0,0,.85);

    color: #fff;

    border: 0;

    padding: 12px 18px;

    border-radius: 8px;

    cursor: pointer;

    font-size: 14px;

    font-weight: bold;
}

.ocohost-youtube-unmute:hover {
    background: #e50914;
}


.ocohost-youtube-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.ocohost-youtube-wrapper {

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

    background: #000;
}

.ocohost-play-iframe {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);

    border: 0;

    display: block;

    object-fit: cover;

    image-rendering: auto;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    pointer-events: auto;
}

.ocohost-youtube-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVO
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .ocohost-play-wrapper {
        border-radius: 8px;
    }

    .ocohost-play-countdown {
        font-size: 12px;

        padding: 6px 10px;
    }

    .ocohost-play-skip {
        font-size: 12px;

        padding: 8px 12px;
    }
}