#artistBanner {
  width: 100%;
  min-width: 300px;
  height: 250px;
  margin: 10px auto;
  overflow: hidden;
}

.bannerBg {
  background: url("../img/banner/yoda-animated-banner-bg-oct24.png") no-repeat
    center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.bannerPhoto {
  background: url("../img/banner/yoda-animated-banner-photo-oct24.png")
    no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.bannerSmokeWrap {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.bannerSmoke {
  background: url("../img/banner/yoda-animated-banner-smoke-oct24.png")
    no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  min-width: 1000px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);

  animation-name: bg;
  animation-duration: 30s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.bannerLogo {
  background: url("../img/banner/yoda-animated-banner-logo-oct24.png") no-repeat
    center;
  background-size: contain;
  width: 60%;
  height: 100%;
  max-width: 400px;
  min-height: 250px;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
}

#linktree {
  display: none;
  min-width: 330px;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  align-content: space-around;
}

.linktree {
  width: fit-content !important;
  height: 40px;
  background-color: rgba(10, 10, 10, 0.75);
  border-radius: 15px;
  color: white;
  margin: 10px auto;
  padding: 5px 7.5px 5px 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.active {
  border: 1px solid rgba(150, 150, 150, 0.85);
}

.active:hover {
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.inactive {
  border: 1px solid rgba(150, 150, 150, 0.85);
  opacity: 0.5;
  filter: blur(0.75px);
}

.youtubeIco {
  background: url("../img/icons/youtube@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.ytHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.instagramIco {
  background: url("../img/icons/instagram@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.igHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.tiktokIco {
  background: url("../img/icons/tiktok@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.ttHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.merchIco {
  background: url("../img/icons/merchStore@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.merchHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.spotifyIco {
  background: url("../img/icons/spotify@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.spotifyHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.appleIco {
  background: url("../img/icons/apple\ music@0.5x.png") no-repeat center;
  background-size: contain;
  height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 10px 0 0;
}

.amHover {
  display: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
