div#frame {
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}

div#frame iframe {
  width: 100%;
  height: 100%;
}

div#frame div {
  position: absolute;
  width: 80%;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
}

div#frame div small {
  line-height: 1.8;
  font-size: 0px;
  background: #fff;
}
/*# sourceMappingURL=frame.css.map */