@import url("../renaissance.css");
@import url("../lib/carousel.css");
@import url("../../../../lib/teaser.css");

body {
    background-color: var(--home-carousel-background);
    color: var(--home-carousel-text);
}

header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: calc((100vw * 0.3567) + 5px);
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

header img {
    width: 100%;
    object-fit: contain;
    border-bottom: solid 5px var(--light-brand-color);
}

.teaser-container, .teaser-poster, .teaser-video {
    height: 100%;
}

.teaser-video > div {
    width: 100vw !important;
    height: 100% !important;
}

.teaser-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

main {
    background-color: var(--home-carousel-background);
    color: var(--home-carousel-text);
}

.carousel-container {
    background-color: var(--home-carousel-background);
    color: var(--home-carousel-text);
}

.carousel-container a, .carousel-container a:visited {
    color: var(--home-carousel-text);
}

.festival-logo {
    display: none;
}

.edition-menu {
    justify-content: flex-start;
}

.site-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3rem 0 1rem 0;
}

.site-social img {
    height: 2.5rem;
}


.dropdown-options {
    top: unset;
    bottom: 60px;
}


