.aspectBox {
  overflow: hidden;
  width: 100%;
  /* padding-top: 56%; */
  background-color: white;
  position: relative;
  height: 100%;
  max-height: 75vw;
}

#site_map_toggle .icon {
  width: 150px!important;
}

body {
  margin: 0;
  background-color: #fff;
}

iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #283538; */
  background-color: #fff;
}
/* inputs container */
.container {
  position: absolute;
  bottom: 1%;
  left: 50%;
  background-color: none;
  font-weight: 100;
  padding: 8px;
  width: 450px;
  transform: translateX(-50%);
}

#storytext1, #storytext {
  display: block;
  padding: 5px!important;
  height: 35px!important;
  line-height: 35px!important;
}