.mu-container {
    width: 100%;
    height: 100vh;
    background-image: url("/img/mute2026/background.webp");
    background-size: 120%;
    background-position: calc(40% + 50%) calc(10%);
}

h1 {
    margin: 0;
    margin-bottom: 2em;
    padding: 0;
    font-size: 250%;
    color: white !important;
}

.main-content {
    width: 100%;
    padding: 5% 20%;
}

.venue {
    display: flex;
    align-items: center;
    width: 100%;
}

.venue span,
.venue a {
    text-transform: uppercase;
    color: white;
    font-size: x-large;
}

.venue img {
    margin-left: 0.5em;
    transform: translateY(0.25em);
    height: 1.5em;
    box-sizing: border-box;
}

.venue a {
    text-decoration: underline;
}

.venue .town {
    width: 35%;
}
.venue .date {
    width: 15%;
}
.venue .place {
    width: 25%;
}

@media (max-width: 1024px) {
    .mu-container {
        background-size: 320%;
        background-position: calc(50%) 20%;
    }
    .venue {
        flex-direction: column;
        margin-bottom: 2em;
        align-items: flex-start;
    }

    .venue .town {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .mu-container {
        background-size: 400%;
        background-position: calc(10% + 50%) 10%;
    }

    h1 {
        margin-bottom: 1.5em;
    }

    .main-content {
        padding: 8% 8%;
    }

    .venue {
        flex-direction: column;
        margin-bottom: 1em;
        align-items: flex-start;
    }
    .venue .town {
        width: 90%;
    }
}
