.bitsia_lightbox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(51, 49, 49, 0.69);
    background-color: rgba(0, 0, 0, 0.69);
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000; }
  
  .holder {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 300px;
    position: relative; }
  
  .frame {
    width: 100%;
    height: 100%; }
  
  .frame1 {
    width: 100%;
    height: 100%;
    border: 0px; }
  
  .holder2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 251, 0);
    cursor: pointer; }
  
  .frame-holder {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
    position: relative; }
  
  .close_btn {
    cursor: pointer;
    color: #0F0F0F;
    width: 25px;
    height: 21px;
    background-color: #cac8c8;
    margin-top: 11px;
    border-radius: 62px;
    padding-top: 4px;
    text-align: center;
    float: right; }
  
  .close_btn_fancy {
    cursor: pointer;
    color: #0F0F0F;
    width: 34px;
    height: 34px;
    border-radius: 62px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -17px;
    background-image: url(../img/close_btn_fancy.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10001; }

  .content {
    overflow-y: scroll;
    height: 100%;  }
  
  .content_border {
    width: 75%;
    height: 80.5%;
    padding: 9px;
    margin: auto;
    margin-top: 6%; }
  
  @media (min-width: 991px) {
    .page-template-internships .video_border {
      width: 550px;
      height: 550px; } }
  
  @media (min-width: 1680px) {
    .page-template-internships .video_border {
      width: 850px;
      height: 850px; } }
  
  @media (min-width: 1680px) and (max-height: 900px) {
    .page-template-internships .video_border {
      width: 550px;
      height: 550px; } }
  
  @media (min-width: 1680px) and (max-height: 575px) {
    .page-template-internships .video_border {
      width: 350px;
      height: 350px; } }
  
  .bitsia_content_lightbox {
    width: 60%;
    height: 70.5%;
    padding: 9px;
    margin: auto;
    position: fixed;
    top: 15.25%;
    left: 20%;
    z-index: 10001; }
  
  @media (max-width: 550px) and (max-height: 750px) {
    .video_border {
      width: 90%;
      margin-top: 5%; } }
  
  @media (max-width: 750px) {
    .video_border {
      width: 90%;
      margin-top: 5%; } }
  
  @media (max-height: 420px) {
    .video_border {
      margin-top: 5%;
      height: 90%; } }
  