#exercise {
  touch-action: manipulation;
}

#exercise .overlayLayerImage {
  /* override exercise.css */
  display: block;
}

/********************** EXPLANATION **********************/
#exercise #explanation{
  margin: 10px 0 20px;
}
