@media (pointer:none), (pointer:coarse) {
    .section-left, .section-right {
        width: 100%;
        display: block;
        margin-bottom: 2rem;
        height: fit-content !important;
        padding: 0px;
    }

    div.section {
        display: block;
        padding: 0px;
    }

    div.cover-image {
        width: calc(100vw - 1rem) !important;
        height: calc(120vw - 1rem) !important;
        position: static;
    }

    div.cover h1 {
        display: none;
    }

    .gallery {
        column-count: inherit;
    }

    .gallery img {
        width: 100%;
    }
}