/* Extra CSS for template-for */

#opct {
  background: rgba(35, 47, 58, 0.95) !important;
}

#vidBox {
  width: 100%;
  height: 100%;
  top: 0px !important;
}

#vidBox video {
  height: calc(100vh - 30px - 30px - 30px - 50px);
  max-height: 560px;
  max-width: 900px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#vidBox .vidBox_close_custom {
  background-image: url("../svg/icon-x-white.svg");
  background-size: 15px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

#vidBox .vidBox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vidBox .vidBox-ctaButton {
  margin-top: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  #vidBox video {
    height: calc(100vh - 50px - 50px - 30px - 50px);
  }
}