.wrapper1 {
  position: absolute;
  overflow: hidden;
  height: auto;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  height: 100%;
  width: 100vw;  
}

canvas {
  position: absolute;
  top: 0%;
  left: 0;
  bottom: 0%;
  right: 0;
  
}

.template main span {
  display: flexbox;
}


@media (max-width:1500px) {
  .mCustomScrollbar {
    padding: 0;
  }
  .mCSB_container {
    padding: 10px;
  }
   

   
  #countdown {
    position: relative;
  }

  .wrapper1{
    display: none !important;
  }
}








 

