@charset "UTF-8";
.container header {
    background-color: transparent;
}
.container header nav {
    background-color: #000000;
}
.container #hero {
    background-color: transparent;
    color: transparent;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
}
.quart-size-video { width: 25%; /* Makes the video half the size of its container */ 
    height: auto; /* Keeps the correct aspect ratio */ 
    display: block; 
}
.half-size-video { width: 30%; /* Makes the video half the size of its container */ 
    height: auto; /* Keeps the correct aspect ratio */ 
    display: block; 
}
.full-size-video { width: 100; /* Makes the video half the size of its container */ 
    height: auto; /* Keeps the correct aspect ratio */ 
    display: block; 
}
.grid-even-colums {
    display: grid;
    gap: 10rem;
    frid-template-columns: 30% 30% 30%;
    background: #000D02

}
.video-bg {
    position: absolute;
    top: 30;
    bottom: 0;
    min-width: 80%;
    min-height: 80%;
    z-index: -1;
}
    
     