#video-container,
#audio-container{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
}

#video-container {
    width: 425px;
    height: 355px;
    margin-left: -212px;
    margin-top: -177px;
}

#audio-container {
    display: none;
    width: 376px;
    height: 0px;
    margin-left: -200px;
    margin-top: -85px;
}

#video-container iframe,
#audio-container iframe {
    border: 2px solid #808C9A;

    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#fechar-video-container,
#fechar-audio-container {
    color: white;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: -18px;
    position: relative;
    text-transform: uppercase;
    text-shadow: none;
    z-index: 10000;
}

#fechar-audio-container {
    margin-right: -3px;
}

#fundoAudioVideoFichaCompleta {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
