@media (max-width: 600px) {
    body {
        font-size: 1rem !important;
        background-size: cover !important;
        padding: 0 !important;
        background-image: none !important;
        margin: 0 !important;
    }

    .pageContainer {
        position: relative !important;
        width: 100vw !important;
        height: auto !important;
        padding: 1rem !important;
        background-size: auto 200px !important;
        background-image: none !important;
        overflow: visible !important;
    }

    #game {
        padding: 1rem !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .round {
        padding: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    h1#page-heading {
        font-size: 1.2rem !important;
        margin-left: 1em !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    .accusation {
        font-size: 1em !important;
    }

    button {
        font-size: 0.95rem !important;
        padding: 0.25rem 0.25rem !important;
    }

    .next-round-button {
        width: 100% !important;
        padding: 0.5rem !important;
        font-size: 1.2rem !important;
        color: tomato !important;
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
    }

    .interpretation.w3-margin {
        font-size: 0.9rem !important;
    }

    .interpretation.w3-margin {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .interpretation.w3-padding {
        padding-left: 0.35rem !important;
        padding-right: 0.35rem !important;
    }

    .round.active-round {
        margin-bottom: 3em !important;
    }

    .next-button-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .next-button-wrapper button span.who-said-score,
    .next-button-wrapper button span.taktikk-score {
        display: inline-block !important;
    }

}