    /* .video-js {
      height: 344px;
      width: 610px;
    } */

    .bcls-hide-overlay {
      opacity: 0;
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 5s;
      -webkit-transition-timing-function: ease;
      transition-property: opacity;
      transition-duration: 5s;
      transition-timing-function: ease;
    }

    .video-js .vjs-overlay {
      background-color: transparent;
      border-radius: 3px;
      color: #fff;
      padding: 10px;
      position: absolute;
      text-align: center;
      width: 15%;
    }

    .video-js .vjs-overlay img{
      width: 100%
    }

    .video-js .vjs-overlay-top-left {
      top: 5px;
      left: 5px;
    }

    .video-js .vjs-overlay-top {
      left: 50%;
      margin-left: -16.5%;
      top: 5px;
    }

    .video-js .vjs-overlay-top-right {
      right: 5px;
      top: 5px;
    }

    .video-js .vjs-overlay-right {
      margin-top: -15px;
      right: 5px;
      top: 50%;
    }

    .video-js .vjs-overlay-bottom-right {
      bottom: 4em;
      right: 5px;
    }

    .video-js .vjs-overlay-bottom {
      bottom: 4.5em;
      left: 50%;
      margin-left: -16.5%;
    }

    .video-js .vjs-overlay-bottom-left {
      bottom: 4.5em;
      left: 5px;
    }

    .video-js .vjs-overlay-left {
      left: 5px;
      margin-top: -15px;
      top: 50%;
    }

    #optInBlock{
        padding: 20px;
        background-color: rgb(241, 241, 241);
        color:rgb(218, 63, 63);
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        line-height: 1.5em;
    }

    #bbcInfoFlex{
         display: flex;
         justify-content: space-between;
        }

    #bbcInfoButtons button{
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        line-height: 3em;
        margin-left:10px;
        width: 70px;
        background: none;
        border-color: black;
        border-width: 1.5px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 600;

    }

    #bbcInfoButtons button:hover{
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        line-height: 3em;
        margin-left:10px;
        width: 70px;
        background: none;
        border-color: rgb(218, 63, 63);
        color: rgb(218, 63, 63);
        border-width: 1.5px;
        border-radius: 4px;
        font-weight: 600;

    }
