@media screen and (max-width:1023px) {

    [data-component-slider] [data-ui-dac="controls"] [data-ui-dac="left"] { display: none; }
    [data-component-slider] [data-ui-dac="controls"] [data-ui-dac="right"] { display: none; }
    [data-component-slider] [data-ui-dac="controls"] [data-ui-dac="up"] { display: none; }
    [data-component-slider] [data-ui-dac="controls"] [data-ui-dac="down"] { display: none; }

    [data-component-slider] [data-ui-dac="controls"] [data-ui-dac="progress"].bar {
        width: 100%;
        margin-right: 1rem;
    }

    .rows .row .header .tag {

    }

    .rows .row [data-ui-dac="lane"]{
        margin-bottom: 1rem;
    }

    .rows .row .entry {
        aspect-ratio: 1/1;;
    }

    /*.rows .row .entry .details {
        top:0.75rem;
        left: 0.75rem;
        bottom: 0.75rem;
        right: 0.75rem;
    }


    .rows .row .entry .details .overview { left: 0; bottom: 0; max-width: calc(100% - 4rem); }

    .rows .row .entry .details .overview .title { font-size: 0.875rem; line-height: 1rem; margin-bottom: 0.5rem; }

    .rows .row .entry .details .overview .venue { font-size: 0.75rem; line-height: 0.875rem; }

    .rows .row .entry:not(.large) .details .date { top: 0; left: 0; bottom: unset; right: unset; }

    .rows .row .entry .details .date .month { font-size: 0.875rem; line-height: 0.875rem; }

    .rows .row .entry .details .date .day { font-size: 1.5rem; line-height: 1.5rem; }

     */
    .card.entry .details { top:0.75rem; left: 0.75rem; bottom: 0.75rem; right: 0.75rem; }

    .card.entry .details .overview { left: 0; bottom: 0; max-width: calc(100% - 4rem); }

    .card.entry .details .overview .title { font-size: 0.875rem; line-height: 1rem; margin-bottom: 0.5rem; }

    .card.entry .details .overview .venue { font-size: 0.75rem; line-height: 0.875rem; }

    .card.entry:not(.large) .details .date { top: 0; left: 0; bottom: unset; right: unset; }

    .card.entry .details .date .month { font-size: 0.875rem; line-height: 0.875rem; }

    .card.entry .details .date .day { font-size: 1.5rem; line-height: 1.5rem; }
}