.brightcove .video-js {
    float: none;
    width: 100%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: calc((9 / 16) * 100%);
  }
  
  .brightcove .video-js {
    float: none;
    width: 100%!important;
    height: 0!important;
    margin-bottom: 0!important;
    padding-bottom: calc((9/ 16) * 100%);
  }

  body {
    font-family: "Arial" !important;
  }

  .arial-reg {
    font-family: "Arial" !important;
  }

  .arial {
    font-family: "Arial" !important;
  }

  input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #6e6e6e;
    border: 3px solid white;
    border-radius: 2px;
    width: 11px;
    height: 11px;
  }
  
  input[type='radio']:checked {
    background: #333;
  }

  .brightcove .video-js {
    float: none;
    width: 100% !important;
    height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: calc((9 / 16) * 100%);
}