@media only screen and (hover: none) and (pointer: coarse){

/* Regular CSS rules here*/

#control-panel {
  display:none;
}

#display{
  width: 100vw;
  height: 100vh;
  border-style: none;
}
}
