.artist-profiles__list{display:flex;gap:.75rem}.artist-profiles__profile{border-radius:6px;height:331px;overflow:hidden;position:relative;transition:width .3s ease;width:108px}.artist-profiles__profile:hover{cursor:pointer}.artist-profiles__profile.active{width:480px}.artist-profiles__profile-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.artist-profiles__profile-image img{height:100%;object-fit:cover;object-position:center;width:100%}.artist-profiles__profile-info{background-image:linear-gradient(to bottom,transparent,var(--color-neutral-black));color:var(--color-neutral-white);display:flex;flex-direction:column;height:100%;justify-content:flex-end;opacity:0;overflow:hidden;padding:1.5rem 1.75rem;position:relative;transition:opacity .3s ease;transition-delay:.3s;visibility:hidden;white-space:nowrap;z-index:1}.artist-profiles__profile.active .artist-profiles__profile-info{opacity:1;visibility:visible;white-space:normal}.artist-profiles__profile-name{margin-bottom:.375rem}.artist-profiles__profile-bio{margin-bottom:.875rem}@media screen and (max-width:991px){.artist-profiles__list{flex-direction:column;margin:auto;max-width:355px}.artist-profiles__profile{height:56px;transition:height .3s ease;width:100%}.artist-profiles__profile.active{height:330px;width:100%}}