canvas.deepar { 
    border: 0px none; 
    background-color: black; 
    display: block; 
    margin: auto; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  body {
    margin: 0px;
    padding: 0px;        
  }


  #loader-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
  }

  .loader {

    display: inline-block;
    position: relative;
    top: 42%;
    z-index: 1000;

    width: 90px;
    height: 90px;
    margin: auto;
    background-color: #00f;

    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
    animation: sk-scaleout 1.5s infinite ease-in-out;
  }

  @-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }

  @keyframes sk-scaleout {
    0% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
  }

  .effect-carousel {
    position: fixed !important;
    width: 100%;
    height: 100px;
    bottom: 0px;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .thumb {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    opacity: 0.8;
    transition: all 300ms ease;
    height: 70px;
  }

  .slick-center .thumb {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.3);
  }
  .slick-slide {
    width: 130px;
  }

  #recording-btn {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 80px;
    z-index: 99999;
  }
