/*
Theme Name: erase_una_vez
Theme URI: https://muchoscuentos.com
Author: Ibai Moneo
Author URI: https://muchoscuentos.com
Description: Tema personalizado del sitio de cuentos infantiles 
'www.muchoscuentos.com' dedicado a la educación y diversión de los 
menores sin importar estatus social, origen, sexo, color de piel...
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erase_una_vez
*/
/* Custom Theme Styles for erase_una_vez - video.css */

.content__video {
    position: relative;
    width: 100%;
}
.video-container {
    margin: 0 auto 2.5em;
    max-width: 95%;
}
.video-container iframe {
    aspect-ratio: 16/9;
    width: 100%;
    border: 0.15em solid #00ced1;
    outline: rgb(255, 69, 0) ridge 0.6em;
    margin: 0 auto;
}
.youtube-lite {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border: 0.15em solid #00ced1;
    outline: rgb(255, 69, 0) ridge 0.6em;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}
.youtube-lite__button {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12%;
    height: 15%;
}
.youtube-lite__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .2em .3em;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}
.youtube-lite__title {
    font-size: var(--vp);
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}