.bg-dark {
  background-color: #ffffff !important;
}

img {
  /* max-height: 378px; */
  width: 100%;
  height: auto;
}

#image-div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cover-container {
  padding: 0 !important;
}

#obs-frame {
  display: none;
}

/* this is for the button */
.bg-white {
  background-color: #6c757d !important;
}

#divVideo {
  display: none;
}

#slide-show {
  /* max-height: 400px; */
  height:100vh;
  border-radius: 0.5px;
  overflow: hidden;
  border: 1px solid rgba(64, 64, 64, 1);
  /* margin: auto; */
  background-color: black;
  width: 100%;
  cursor: none;
}

body {
  font-family: Damascus;
  overflow: hidden;
}

#obs-frame {
  position: relative;
  z-index: 4;
}

.live-badge {
  color: red;
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 34px;
  text-shadow: 2px 2px 3px #212529;
  z-index: 5;
}

.live-instructions {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 200px;
  z-index: 1;
  background-image: url("../hands.png");
  background-position: center;
  background-size: contain;
}

iframe {
  z-index: 5;
  position: relative;
}

.play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 68px;
  padding-top: 34px;
  cursor: pointer;
  display: none;
}

.slideshow-content {
  height: 100%;
  width: 100%;
}

#videoElement {
  width: 100%;
  height: 100%;
}

/* Background spinner styles */
.background-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 34, 34, 0.2); /* subtle dark overlay */
  z-index: 0; /* lowest, always behind main content */
  pointer-events: none; /* allow clicks through */
}

.background-spinner .spinner-border {
  width: 4rem;
  height: 4rem;
  opacity: 0.7;
}
