.custom-overlay-content-hidden {
  display: none;
}

.video-js .logo span {
  color: #fff;
}

@media (max-width: 768px) {
  .video-js .logo strong {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
  .video-js .logo span {
    font-size: 0.1rem;
  }
}

.video-js .caption {
  color: #fff;
}

@media (max-width: 768px) {
  .video-js .caption {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
}

.video-js .preview-title {
  opacity: 0;
  margin-top: -1rem;
  transform: translateY(0);
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.video-js .preview-title h4 {
  color: #fff;
  text-align: right;
}

@media (max-width: 768px) {
  .video-js .preview-title h4 {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

.video-js:hover .preview-title {
  opacity: 1;
  transform: translateY(1rem);
}

.video-js .chat-button {
  display: block;
  cursor: pointer;
  font: normal normal 105%/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding: 5px;
  background-color: black;
}

.video-js .preview-header {
  font: normal normal 105%/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 100;
  position: absolute;
  padding: 0.5rem;
  padding-bottom: 2rem;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4rem;
}

.video-js .preview-footer {
  font: normal normal 105%/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 100;
  position: absolute;
  margin: 0.5rem;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.video-js .feature-countdown {
  background-color: transparent;
  padding: 0;
}

.video-js .feature-countdown .feature-time {
  text-align: center;
}

.video-js .feature-countdown .feature-time div:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.video-js .feature-countdown .feature-time dt {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

@media (max-width: 768px) {
  .video-js .feature-countdown .feature-time dt {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
}

.video-js .feature-countdown .caption {
  color: #fff;
  font-size: 0.4rem;
}

@media (max-width: 768px) {
  .video-js .feature-countdown .caption {
    font-size: 0.1rem;
  }
}

.video-js .favorite-button {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.video-js .favorite-button span {
  width: 70px;
}

@media (max-width: 768px) {
  .video-js .favorite-button span {
    width: 40px;
  }
}

.video-js .favorite-button .bookmark-icon {
  padding-right: 0.25rem;
}

.video-js:hover .vjs-big-play-button {
  background-color: #D81017;
  transition: background-color 0.5s, transform 0.5s, opacity 0.5s;
}

.video-js .vjs-big-play-button {
  z-index: 200;
  border: unset;
  font-size: calc(5rem - 1rem);
  line-height: 5rem;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s, transform 0.5s, opacity 0.5s;
  transform-origin: center center;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
}

.video-js .vjs-big-play-button:focus {
  outline: 0;
}

.video-js .vjs-modal-dialog .vjs-modal-dialog-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.video-js .vjs-modal-dialog .vjs-modal-dialog-content .vjs-modal-centered-text {
  text-align: center;
  width: 50%;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
