.artists{margin-bottom:calc(var(--lh)*2)}.artists section a{display:inline-block}.artists section:first-of-type .title{padding-top:1.3rem!important}.artists section .title{position:relative!important;padding-bottom:0!important}.artists section .image{position:fixed;width:100vw;height:100vh;top:0;left:0;opacity:0;pointer-events:none;z-index:-1;-webkit-transition:opacity .5s;transition:opacity .5s}.artists section .image .v-lazy-image,.artists section .image img{position:absolute;top:50%;left:50%;max-width:70vw;max-height:70vh;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.artists section .image .v-lazy-image{opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.artists section .image .v-lazy-image.v-lazy-image-loaded{opacity:1}.artists section .image .image-placeholder{position:absolute;top:50%;left:50%;width:200px;height:200px;background-color:#e0e0e0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#999;font-size:14px}.artists section .title:hover~.image{opacity:1}.artists section .small{width:auto;margin-left:0;padding:.5rem 1rem 0;display:inline-block;font-size:var(--fs);letter-spacing:0;text-transform:none;white-space:nowrap;line-height:1;z-index:100;font-family:Kolektiv-Light,serif}@media only screen and (max-width:1024px){.artists section .small{padding:.5rem 1.5rem 0;width:calc(100% - var(--lh)*2.75);margin-left:calc(var(--lh)*6)}}@media only screen and (max-width:768px){.artists section .small{padding:.5rem 1.5rem 0;width:calc(100% - var(--lh)*2.75);margin-left:calc(var(--lh)*2.75)}}