.background-video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.background-video > * {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.background-video > .overlay {
    z-index: 1;
}

.background-video > video {
    z-index: 0;
}

.bg-image {
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100vh;
}

.bg-image img {
    object-fit: contain;
    height: 100%;
    display: block;
}

.title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    text-align: center;
    margin-top: 24px;
}

.contatti {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-top: 24px;
}

.sede {
    margin-bottom: 64px;
}

.sede .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.sede .info .nome {
    font-family: chunk, serif;
    font-size: 1.2em;
}

.sede .orari {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sede .orari .giornata {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sede .orari .giornata:not(:last-child) {
    margin-right: 8px;
}

.sede .orari .giorno {
    font-family: chunk, serif;
}

@media (min-width: 768px) {
    .contatti {
        margin-top: 60px;
        flex-direction: row;
        justify-content: space-around;
    }
}
