.section {
  flex-flow: wrap;
}

.section-photo-strip {
  width: 100%;
  background-color: rgba(0.5, 0.5, 0.5, 0.5);
  margin-top: 1em;
  margin-bottom: 1em;
  height: 12em;
  overflow: hidden;
}

.photo-strip {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 100%;
}

.photo-strip > img {
  height: 100%;
}

.section-video-strip {
  width: 100%;
  background-color: rgba(0.5, 0.5, 0.5, 0.5);
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.video-strip {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 100%;
}

.video-strip > video, .video-strip > .video-container > video {
  height: 100%;
  width: 300px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 80vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black; /* fallback */
}


.video-container {
    position: relative;
    aspect-ratio: 9/16;
  }
.video-container-top {
    position: relative;
    flex: unset;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 9/16; /* keeps vertical proportions */
  z-index: 2;
  }



  .play-button, .unmute-button {
    position: absolute;
    
    height: 1.2em;
    width: 1.2em;
    aspect-ratio: 1/1;
   
    font-size: 6em;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
  }

  .play-button {
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .unmute-button {
  
    bottom: 2%;
    left: 2%;
    width: 10vh;
    height: 10vh;
    min-height: 50px;
    min-width: 50px;
    position: absolute;
    pointer-events: all;
    z-index: 10;
  }

  .mute-container {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9907199254740992 !important
  }

  .unmute-button > span {
    display: flex;
    justify-content: center;
  }
    .unmute-button > span > img {
      width: 70%;
      height: 70%;
    }

  .unmute-button.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .play-button.hidden {
    opacity: 0;
    pointer-events: none;
  }

/* Background stretched video */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#spacer {
  flex: 4
}

#subs {
  flex: 1;
  padding-bottom: 150px;
    color: white;
  text-align: center;
 text-shadow: 
    0 0 3px black,
    0 0 6px black,
    0 0 9px black;
}
#subsbox {
   flex-direction: column;
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  z-index: 3;
  display: flex;
    align-items: center;
  justify-content: end;
  font-size: 3em;
  pointer-events: none;
        font-family: 'Lilita One';

}

/* Foreground vertical video */
.video-main {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 9/16; /* keeps vertical proportions */
  z-index: 2;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

#bookticketstop {
  
    z-index: 5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: fixed;
    top: 13vh;
      font-family: 'Lilita One';
pointer-events: none;
}
    

#bookticketstop > a {
  background-color: #03C4CB;
  border-radius: 100px;
  text-decoration: none;
  font-size: 2em;
  border: 3px solid #019196; 
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.4em 0.25em; 
  pointer-events:all; 

}

#bookticketstop > a > span {
    display: inline-block;
    align-items: center;

}

#tiktokcontainer {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
}




video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



#volup {
  display: none;
}

.bn-section-text  > p {
  padding-bottom: 1em;
}

.section-text > strong {
  font-weight: 900;
}

.section-title > a {
  text-decoration: none;
}
.section-title > a > .linkround, .section-title > .linkround {
  
  background-color: #fb7cc9;
  border-radius: 100px;
  padding: 0.5em 0.755em;
  text-decoration: none;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;


}

.linkround {
   background-color: #fb7cc9;
  border-radius: 100px;
  padding: 0.5em 0.755em;
  text-decoration: none;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
        font-family: 'Lilita One';

}

#lumaframe {
  width: 100%
}

.lineup {
  text-align: center;
  font-weight: 700;
  letter-spacing: .02em;
  text-wrap: balance;
}

.lineup span {
  white-space: nowrap; /* keep each artist intact */
}

.lineup span:not(:last-child)::after {
  content: "  •  ";   /* dot sticks to the artist before wrapping */
  opacity: .7;
}
#rightt {
      text-align: right;

}

#lineups {
 display: flex;
 flex-direction: column;
 width: 100%;
}

.lineupblock {
  width: 100%;
  padding-bottom: 1em;
      align-items: center;
    flex-direction: column;
    display: flex;
}

.lineuptitle {
    background-color: #2dcfdc;
    width: 75%;
  padding: 0.2em 0;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-family: 'Lilita One';
  border: 3px solid #9a7ee5;
  border-radius: 100px;
  margin-bottom: 1em;
}

.luma-checkout--overlay.luma-iframe-loaded .luma-checkout--modal{
  max-height: 80vh;
}



@media only screen and (min-width: 500px) {

  .section-inner {
        
        padding-bottom: 1em;
    }

  .video-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black; /* fallback */
}

#bookticketstop {
  align-items: end;
  top: 85vh;
}

#bookticketstop > a {
  margin-right: 1em;
    font-size: 1.7em;

}
#tiktokcontainer { 
  max-height: 60vh;

}

}
@media only screen and (min-width: 660px) {
#lineups {
 flex-direction: row;
 justify-content: space-between;
}


.lineupblock {
  width: 48%;
}
}
