/* Artists Content -------------------------------------------------*/

#artistsContent {
  display: none;
  position: fixed;
  width: 80%;
  height: 75%;
  min-width: 375px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  backdrop-filter: blur(7px);
  z-index: 11 !important;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #artistsContent {
    width: 90%;
  }
}

.contentChange {
  transition: ease 1s;
  display: flex !important;
}

#artistsCntWrp {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  min-width: 420px;
  margin: 0;
  padding: 0;
}

#artistsCntWrp a {
  display: flex; /* Match parent flex behavior */
  width: 100%; /* Fill parent width */
  height: 100%; /* Fill parent height */
  margin: 0;
  padding: 0;
  text-decoration: none; /* Remove underline */
  color: inherit; /* Prevent color changes */
}

#yodaLoc,
#brothersEternal {
  overflow: hidden;
  min-width: 400px;
  border: 0;
  padding: 0;
  margin: 0;
  flex: 1 1 400px;
  display: flex;
}

#yodaPromoVid,
#bePromoVid {
  flex: 1 1 auto;
  display: flex;
  padding: 0;
  margin: 0;
  overflow: clip;
}

.promoVid {
  flex: 1 1 auto;
  object-fit: cover;
  z-index: 10 !important;
  max-width: 100%;
  margin: 0;
  padding: 0;

  opacity: 0.5;
}

.promoVid:hover {
  opacity: 0.75;
}

@media (max-width: 1200px) {
  #artistsCntWrp {
    max-height: 100%;
  }

  #yodaLoc,
  #brothersEternal {
    flex: 1 1 100%;
    height: 50% !important;
    max-height: 100% !important;
  }

  .promoVid {
    min-width: 0;
    max-height: 100%;
    opacity: 0.95;
  }
}

#closeBtn {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 15;
}

#closeIcn {
  color: rgba(200, 200, 200, 0.9);
  font-size: 25px;
}

#closeIcn:hover {
  color: rgba(175, 0, 0, 0.8);
}

/* Spotify Player -------------------------------------------------*/

#spotifyPlayer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 375px;
  height: auto;
  z-index: 10;
  display: flex;
  padding: 0;
  margin: 0;
}

#spotifyWrap {
  flex: 1 1 auto;
  padding: 5px 10px;
  margin: 0;
}

.spotify {
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  #spotifyPlayer {
    width: 100svw;
  }

  #spotifyWrap {
    padding: 25px 10px;
  }
}
