/*yt*/

@media (max-width: 576px) {
  .video-modal-opener-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.video-modal-opener-wrapper,
.video-modal-opener {
  min-height: 9rem;
  width: 100%;
}

.buttons .video-modal-opener-wrapper, .buttons .video-modal-opener {
  display: inline-flex;
  min-height: 0px;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}

header .dropdown-info .video-modal-opener iframe {
  margin: 0px;
}

.video-modal-opener {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.video-modal-opener.btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.video-modal-opener::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  --tw-content: '';
  content: var(--tw-content);
}

.video-title {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.video-title i {
  padding-right: 1rem;
  font-size: 64px;
}

.yt-thumbnail {
  border-radius: 10px;
}

.yt-player-wrapper {
  position: relative;
  height: 55vw;
  max-height: 700px;
  width: 55vw;
  overflow: hidden;
}

@media (max-width: 576px) {
  .yt-player-wrapper {
    width: 100%;
  }
}

.yt-player-wrapper {
  transition: height .3s ease-in-out;
}

header .dropdown-info .video-modal-wrapper .yt-player-wrapper iframe, .buttons .video-modal-wrapper .yt-player-wrapper iframe {
  margin: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
}

.video-modal-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.ticket-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (max-width: 576px) {
  .ticket-close {
    top: 5rem;
  }
}

.html-overflow-hidden body {
  overflow: hidden;
}

.html-overflow-hidden header .header .main-menu .open-menu img.dropdown-arrow {
  z-index: 10;
}

/*video*/

@media (max-width: 576px) {
  .video-modal-opener-wrapper-notyt {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.video-modal-opener-wrapper-notyt,
.video-modal-opener-notyt {
  min-height: 9rem;
  width: 100%;
}

.buttons .video-modal-opener-wrapper-notyt, .buttons .video-modal-opener-notyt {
  display: inline-flex;
  min-height: 0px;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}

header .dropdown-info .video-modal-opener-notyt video {
  margin: 0px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-modal-opener-notyt {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.video-modal-opener-notyt.btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.video-modal-opener-notyt::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  --tw-content: '';
  content: var(--tw-content);
}

.video-player-wrapper-notyt {
  position: relative;
  height: 55vh;
  width: 55vw;
  overflow: hidden;
}

@media (max-width: 576px) {
  .video-player-wrapper-notyt {
    height: 30vh;
    width: 100%;
  }
}

.video-player-wrapper-notyt {
  transition: height .3s ease-in-out;
}

.video-player-wrapper-notyt video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-radius: 0px;
}

.video-modal-wrapper-notyt {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.html-overflow-hidden body {
  overflow: hidden;
}

.html-overflow-hidden header .header .main-menu .open-menu img.dropdown-arrow {
  z-index: 10;
}