.header-video {
  padding: 2.25rem 1.5rem 2.25rem;
  border-radius: 1rem;
  text-align: center;
  color: white;
  @media (min-width: 1024px) {
    padding: 3.125rem 4rem;
  }
}
.header-video-wrapper {
  margin: 0 auto;
  max-width: 55rem;
}
.header-video h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  @media (min-width: 1024px) {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.header-video p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  @media (min-width: 786px) {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}
.casino-yt-button {
  display: flex;
  justify-content: center;
  
}
.casino-yt-wrapper button {
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  border: solid 1.5px white;
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  @media (min-width: 786px) {
    padding: 0.675rem 1.5rem;
  }
}
.casino-yt-wrapper button:focus {
  outline: none;
}
.casino-yt-wrapper button:hover {
  background-color: white;
  opacity: 0.95;
}
.casino-yt-wrapper svg {
  width: 30px;
  height: 30px;
}
.casino-yt {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-top: 2rem;
}
.casino-yt-hidden {
  display: none !important;
}
.text-white {
  color: white;
}