@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
#videoModal {
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.7);
}
#videoModal .modal-dialog {
  max-width: 50vw;
}
@media only screen and (max-width: 1439px) {
  #videoModal .modal-dialog {
    max-width: 55vw;
  }
}
@media only screen and (max-width: 1199px) {
  #videoModal .modal-dialog {
    max-width: 60vw;
  }
}
@media only screen and (max-width: 991px) {
  #videoModal .modal-dialog {
    max-width: 65vw;
  }
}
@media only screen and (max-width: 767px) {
  #videoModal .modal-dialog {
    max-width: 100%;
  }
}
#videoModal .modal-dialog .modal-content {
  background: none;
}
#videoModal .modal-dialog .modal-header {
  border-bottom: none;
}
#videoModal .modal-dialog .modal-header .btn-close {
  filter: invert(100%);
  transition: 0.25s;
}
#videoModal .modal-dialog .modal-header .btn-close:focus {
  box-shadow: none;
}
#videoModal .modal-dialog .modal-header .btn-close:hover {
  opacity: 1;
}
#videoModal .modal-dialog .modal-header .modal-title {
  display: none;
}
#videoModal .modal-dialog .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
#videoModal .modal-dialog .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoModal .modal-body #videoPlayer .vjs-big-play-button {
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  background-color: #030303;
  border-radius: 50%;
  font-size: 49px;
}
#videoModal .modal-body #videoPlayer .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "\f101";
  display: flex;
  align-items: center;
  justify-content: center;
}
#videoModal .modal-body #videoPlayer:hover .vjs-big-play-button,
#videoModal .modal-body #videoPlayer .vjs-big-play-button:focus {
  background-color: rgba(115, 133, 159, 0.5);
}
#videoModal .modal-body .video-desc {
  color: #fff;
  padding: 15px;
  text-align: center;
}/*# sourceMappingURL=video-modal.css.map */