/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
iframe#simulations {
    width: 100%;
    height: 120%;
    /*height: -webkit-fill-available;*/
}
iframe#quizzes {
    width: 100%;
    height: 120%;
    /*height: -webkit-fill-available;*/
}
@-moz-document url-prefix() {
  iframe#simulations {
    height:100%;
  }
 iframe#quizzes {
    height:100%;
} 
}
