
    .banner_480.svelte-nysiqr {
        display: block;
        padding: 20px;
        width: 100%;


    }

    .banner_480.svelte-nysiqr .banner_wrapper:where(.svelte-nysiqr) {
        display: block;
        width: 100%;
        min-height: 200px;
        max-height: 500px;
        aspect-ratio: 1 / 5;
        border-radius: 20px;
        background: #f0f0f0;
    }
    .the_wall.svelte-nysiqr {
        display: grid;
        width: 100%;
        height: 100%;
    }

    .the_wall.svelte-nysiqr .item:where(.svelte-nysiqr) {
        padding: 5px;
        width: auto;
        max-width: 400px;
        max-height: 400px;
        aspect-ratio: 1 / 1;
    }

    /* (unused) .the_wall .item .the_wall {
        width: 100%;
        height: auto;
    }*/

