
/* eventIN v8.7 — artist autoplay video */
.artist-video-v87{
  position:relative;
  width:min(960px,100%);
  margin:48px auto 0;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:22px;
  background:#000;
  box-shadow:0 18px 45px rgba(0,0,0,.13);
}
.artist-video-v87 iframe{width:100%;height:100%;border:0;display:block}
.artist-unmute-v87{
  position:absolute;right:14px;bottom:14px;z-index:3;
  border:0;border-radius:999px;padding:10px 14px;
  background:rgba(17,17,17,.82);color:#fff;font-weight:900;
  cursor:pointer;backdrop-filter:blur(7px)
}
