#testcanvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  z-index: 0.2;
  filter: opacity(0.6) sepia(0.9);
}

@media only screen and (min-width:320px) and (max-width: 980px) and (orientation: portrait) {
  /*.container {
    width: calc(100% - 50px);
    border: 1px solid black;
    margin: 50px auto;
    height: auto;
    position: relative;    
    border-radius: 2px;
    padding: 10px;
    padding-top: 25px;
  }*/
  /*h1 {
    top: -55px !important;
  }*/
  #schmling {
    top: -300px !important;
  }
}

@media only screen and (min-width:320px) and (max-width: 980px) and (orientation: landscape) {
  /*h1 {
    top: -25px !important;
  }*/
  #schmling {
    top: -100px !important;
  }
}
