
.videoContainer {
  position: relative;
  overflow: visible;
}

.videoContainer::after {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px dotted lightgrey;
  z-index:-1;
}

.vjs-poster-default .vjs-poster {
  cursor: default;
}

.vjs-quality-selector .vjs-menu li {
  text-transform: none;
}

.vjs-big-play-button.replay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-js:hover .vjs-big-play-button.replay {
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.video-js .vjs-big-play-button.replay:hover {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  transition: all 0s;
}

.vjs-quality-changing .vjs-big-play-button {
  display: flex !important;
}

.vjs-error-display {
  background: transparent !important;
}

.vjs-error-display::before {
  display: none;
}

.vjs-error-display.vjs-modal-dialog {
  background: transparent;
  height: 50px;
}

.vjs-errors-code,
.vjs-errors-headline {
  display: none;
}

.vjs-error-display .vjs-modal-dialog-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.75) !important;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px !important;
}

.vjs-menu {
  padding: 10px 0;
}

.vjs-menu li {
  line-height: 2.4em;
  padding: 0;
}

.vjs-menu .vjs-menu-content {
  overflow: inherit;
}

.vjs-logo-content img {
  width: 170px;
  height: auto;
}

@media (max-width: 1130px) {
  .vjs-logo-content img {
    width: 115px;
  }
}
@media (max-width: 976px) {
  .vjs-logo-content img {
    width: 95px;
  }
}
@media (max-width: 750px) {
  .vjs-logo-content img {
    width: 75px;
  }
}
@media (max-width: 480px) {
  .vjs-logo-content {
    display: none;
  }

  .vjs-error-display .vjs-modal-dialog-content {
    font-size: 11px !important;
  }
}
