/* Hide description bar. */
.devsite-product-id-row {
    display: none !Important;
}

iframe#gae {
  min-height: 900px;
  height: 75vh;
  padding: 0 25px;
}

@media screen and (max-width: 720px) {
  iframe#gae {
    min-height: 1400px;
  }
}
