﻿body {
  /*    .modal-backdrop {
        position: fixed;
    }*/
}
body .video-button {
  width: 170px;
  height: 45px;
  color: #fff;
  background: transparent;
  font-size: 12px;
  line-height: 12px;
  font-family: "CircularStd_Medium";
  border-radius: 3px;
  padding: 15px;
  text-transform: uppercase;
  margin: 15px 0;
  border: 1px solid #fff;
  position: relative;
  z-index: 100;
}
body .video-button:focus {
  outline: none;
}
body .modal-embedded-video-content {
  background-color: rgba(11, 20, 30, 0.65);
}