:root {
    --grid-gap-xlarge:2.5rem;
    --grid-gap-large:1.875rem;
    --grid-gap-medium:1.40625rem;
    --grid-gap:.9375rem;
    --grid-gap-small:.5rem;
    }

.background-video { min-height: 75svh}
.mod-illustration img {
    display: block;
    right: 5%;
    bottom: -50%;
    max-width: 25%}
.art-album {
    grid-column: content;
    display: flex;
    justify-content: space-between}
:is(.img-album_1, .img-album_2)::before {
    left: inherit;
    right: 0;
    top: -5px;
    height: calc(100% + 10px);
    width: 35px}
.img-album_2::before {left: 0}
    
.next-prev {--count-column:2} 