/* .fancybox-wrap#inline3 {
  max-width: 600px;
} */
#Container_jbeeb_12,
#Container_jbeeb_12 span,
#Container_jbeeb_12 div,
#TextBox_jbeeb_15 {
  display: none !important;
}

.time-top-txt {
  text-align: center !important;
}
@media only screen and (max-width: 730px) {
  .nav-top-bar ul li.time-top-txt {
    text-align: left !important;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .nav-top-bar ul li.time-top-txt {
    text-align: center !important;
  }
}

.video-container {
  position: relative;
  width: 100%; /* Full width */
  height: 0;
  padding-bottom: 40%; /* Aspect ratio (height / width) as a percentage */
  overflow: hidden;
  background: #000; /* Optional: background color if video is not loaded */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Fill the container height */
  object-fit: cover; /* Ensures the video covers the container */
}
