.artist-gallery{position:relative;width:100%;max-width:400px;aspect-ratio:1 / 1;overflow:hidden}.artist-gallery img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1}.img-1{animation:galleryFade1 12s infinite}.img-2{animation:galleryFade2 12s infinite}.img-3{animation:galleryFade3 12s infinite}@keyframes galleryFade1{0%,30%{opacity:1;z-index:2}33%,100%{opacity:0;z-index:1}}@keyframes galleryFade2{0%,30%{opacity:0;z-index:1}33%,63%{opacity:1;z-index:2}66%,100%{opacity:0;z-index:1}}@keyframes galleryFade3{0%,63%{opacity:0;z-index:1}66%,96%{opacity:1;z-index:2}100%{opacity:0;z-index:1}}.delay-1 img{animation-delay:-2s}.delay-2 img{animation-delay:-4s}.delay-3 img{animation-delay:-6s}.delay-4 img{animation-delay:-8s}.delay-5 img{animation-delay:-10s}.bdt-button{display:inline-block;padding:12px 24px;background:#c79a3b;color:#fff;text-decoration:none;border-radius:4px;font-weight:700}.bdt-button:hover{opacity:.85}