html, body {
    font-size: 16px;
    line-height: 1.5;
  }

  .vjs-qrcode,
  .vjs-hotspots,
  #hotspotsection {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
  }
  .vjs-hotspots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 6em;
  }

  #hotspotcontainer .modal-body {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  #hotspotmarkercont {
    width: 100%;
    text-align: left;
  }

  #hotspotcontainer .chanlogo {
    max-height: 133px;
    padding: 20px;
  }

  .hscontainer {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .hscontainer.bm {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hscontainer.bl {
    left: .5em;
    right: auto;
  }
  .hscontainer.br {
    left: auto;
    right: .5em;
  }
  .hscontainer.center {
    left: auto;
    top: 45%;
    bottom: auto;
  }
  .hscontainer.tm {
    left: auto;
    bottom: auto;
    top: 1em;
  }  
  .hscontainer.tr {
    left: auto;
    right: 1em;
    bottom: auto;
    top: 1em;
  }
  .hscontainer.tl {
    left: 1em;
    right: auto;
    bottom: auto;
    top: 1em;
  }
  .hscontainer.mr {
    left: auto;
    right: 1em;
    bottom: auto;
    top: 45%;
  }
}
.hscontainer.ml {
  left: 1em;
  right: auto;
  bottom: auto;
  top: 45%;
}


  .vjs-has-started.vjs-user-inactive.vjs-playing .qr-container,
  .vjs-has-started.vjs-user-inactive.vjs-playing .hscontainer.bl,
  .vjs-has-started.vjs-user-inactive.vjs-playing .hscontainer.br,
  .vjs-has-started.vjs-user-inactive.vjs-playing .hscontainer.bm {
    bottom: 0;
  }
  .submitbtn {
    background-color: #1F1A1A;
    width: 100%;
  }

  .chanlogo {
    max-width: 100%;
    margin-top: -17px;
  }

  .description img {
    width: 100%;
    height: auto;
    max-width: 25vw;
  }

  .modal .chanlogo {
    max-width: 32%;
    margin-top: 0px;
  }

  .clogohold {
    width: 20%;
    padding: 18px;
  }

  .qr-title {
    text-align: center;
    text-transform: uppercase;
    margin: .5rem 0;
    line-height: 1.1;
    font-weight: 500;
    font-size: 16px;
  }

  .float_center {
    margin: 0 auto;
  }

  .float_center>.child {
    position: relative;
    left: 50%;
  }

  .iframecont {
    margin: 0;
    border-radius: 0;
    padding: 1rem;
  }

  .iframecont iframe {
    width: 100%;
    height: auto;
    min-width: 340px;
    min-height: 100px;
    border: none;
  }

  .video-js .qr-close,
  .video-js .slideclose {
    float: right;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    font-size: 1.4em;
    width: fit-content !important;
    color: #ffffff;
  }
  .video-js .qr-close:hover,
  .video-js .slideclose:hover {
    text-decoration: none;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-header .close {
    opacity: 1;
    font-size: 1.5rem;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
  }
  .close:focus, .close:hover {
      color: #e5e5e5;
      text-decoration: none;
      cursor: pointer;
      outline: none;
  }
  .modal-content {
    color: white;
    outline: 0;
    border-radius: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.95));
    pointer-events: auto;
  }
  .modal-header {
    background-color: transparent;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-body {
    background-color: white;
    color: black;
    position: relative;
    padding: 15px;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
  }
  /* Modal dialog fade effects */
  .fade {
    transition: opacity .15s linear;
  }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.in .modal-dialog {
    transform: translate(0,0);
  }

  .slideupcont {
    color: white;
    border: 1px solid white;
    border-radius: .25em;
    width: fit-content;
    /* padding: .5rem; */
    background-color: #121212;
  }

  .mlogoh {
    text-align: center;
  }


  .posterbutton { 
    background-color: transparent;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%); */
  }


  /* QR Code Styles */
  /* .vjs-qrcode {
    display: flex;
    justify-content: center;
    font-size: 16px;
  } */
  .img-responsive {
      max-width: 100%;
      height: auto;
  }
  .qr-container {
    position: absolute;
    z-index: 0;
    top: 1em;
    right: 1em;
    max-width: 10vw;
    line-height: 1.5;
    background-color: transparent;
  }

  /* QR Code End */

  @media (max-width: 720px) {
    .well {
      padding: 1px;
      margin-bottom: 10px;
      font-size: 10px;
    }
    .vjs-hotspots {
      bottom: 4em;
    }
    .logocontouter {
      padding: 1rem;
    }
    .video-js .qr-close,
    .video-js .slideclose {
      font-size: 0.5em;
    }
    .posterbutton { 
      padding: 0;
    }
  
  
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  }

  @media (max-width: 576px) {
    .description img {
      width: 25vw !important;
    }
  }