/*
Theme Name: CBT Fullscreen Video
Theme URI: https://centralbraintrust.pt
Author: Rui @ CBT
Author URI: https://centralbraintrust.pt
Description: Tema minimalista com vídeo em fullscreen e som activo
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fullscreen, video, clean, autoplay, sound
Text Domain: cbt-fullscreen-video
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

iframe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    z-index: 9999;
}
