canvas {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

  @media only screen and (max-width: 765px) {
    .footer{
      height: auto !important;
    }

    .donors{
      height: auto !important;
      width: 100% !important;
      bottom: 0px !important;
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      background: #fff !important;
    }

    .donors .ticker{
        display: none !important;
    }

    .donors li div{
      font-size: 75%;
      padding: 0px;
      margin: 0px;
    }

    .donors .amount{
      margin-top: 7px;
    }

    .cover{
      background-position: 50% 50% !important;
    }
  }

  @media only screen and (max-width: 350px) {
    .progress span{
      font-size: 12px !important;
    }
    .pur{
      left: 48% !important;
    }
  }

  ul {
    list-style-type: none;
  }

  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    /*font-family: 'kaleko_105_round_bold' !important;*/
  }
  h4,h5{
    /*font-family: 'kaleko_105_roundheavy' !important;*/
  }
  .footer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 65px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #fff;
  }
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .spinner {
    margin-top: -5px;
    width: 70px;
    text-align: center;
  }

  .spinner > div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }

  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  .btn-primary{
    background: #fbad42 !important;
    border: #fbad42 !important;
  }

  .donors{
    position: fixed;
    right: 0px;
    width: 50%;
    height: auto;
    background: #fff;
    bottom: 15px;
    font-size: 22px;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .donors li div{
    display: inline;
  }

  .donors .amount{
    float: right;
    color: #fbad42;
  }

  .donors .ticker{
    color: #3a54e7;
    display: block;
  }
  
  .donors .ticker br{
    display: none;
  }

  .donors ul{
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  .tooltip {
    margin-top: 15px;
  }

  #Info li{margin-bottom: 10px;border-bottom: 1px solid #eee;padding-bottom: 10px;}
  #Info .amount{color: #fbad42;}
  #Info .ticker{color: #3a54e7;}
  #Info br{display: none;}

  @media (min-width: 576px){
    .right .modal-dialog{
      float: right;
      margin-right: 15px;
      min-width: 345px;
      margin-top: 80px;
    }
  }

  @media only screen and (max-height: 500px) {
      iframe{
        top: 60px !important;
      }
  }

  .video-js.vjs-16-9{
    padding-top: 0 !important;
  }

  .theo-primary-color, .vjs-selected {
    color: #fbad42 !important;
  }
  
  .theo-primary-background {
    color: #000000 !important;
    background-color: #fbad42 !important;
  }
  
  .theo-secondary-color {
    color: #ffffff !important;
  }
  
  .theo-secondary-background {
    color: #000000 !important;
    background-color: #ffffff !important;
  }
  
  .theo-tertiary-color {
    color: #000000 !important;
  }
  
  .theo-tertiary-background {
    color: #ffffff !important;
    background-color: #000000 !important;
  }

  .vjs-fullscreen-control{
    display: none !important;
  }