/*
 Theme Name:   Heroes del Barro
 Theme URI:    https://heroesdelbarro.com
 Description:  Tema para Heroes del Barro
 Author:       Carles Esteve
 Author URI:   https://carlesteve.dev
 Version:      1.0.0
 Text Domain:  adopta
 Version: 0.1 Requires at least: 6.4.3 Tested up to: 6.4.3 Requires PHP: 8.0 
 Tags: simple, elegant, everything, tailwindcss,
*/

#videoModal.hidden {
    display: none;
}


#videoModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container {
    width: 75%;
    position: relative;
}

#closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    transition: 0.3s;
}


#modalVideo {
    width: 100vw;
    height: 100vh;
    border-radius: 8px;
}