.golf-classic-video.custom-carousel-container::before {
  background: url(/wp-content/uploads/2025/04/red-stars.svg) no-repeat left top;
  background-size: contain;
  top: -10rem;
}

.golf-classic-video .carousel-card img {
    max-height: 320px;
}
.golf-classic-video .carousel-card[data-type="video"]::before {
    background: url(https://globalfest.slandstudios-staging.com/wp-content/uploads/2025/05/play-button.png);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

#popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#popup-content {
  position: relative;
  overflow: auto;
  border-radius: 12px;
}

#popup-close {
  position: absolute;
  top: 10px; 
  right: 15px;
  line-height: 1;
  font-size: 40px;
  cursor: pointer;
}

#popup-media img {
  max-width: 60vw;
  max-height: 60vh;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .golf-classic-video.custom-carousel-container::before{
    top: 35%;
    width: 40vw;
  }
  #popup-media img{
    max-width: 100%;
    max-height: 90%;
  }
  #popup-content {
    border-radius: 0;
  }
}