.iframe_wrapper {
  position: relative;
  display: block;
  padding: 0 0 56.25%;
  margin: 0 auto 1rem;
  background-color: #f1f1f1;
  white-space: normal;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.iframe_wrapper div {
  background: transparent;
  font-size: 0.875rem;
}
.iframe_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.iframe_wrapper > div {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow-x: auto;
  padding: 1rem;
}



.iframe_wrapper .typo_iframe_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #cccccc;
  text-align: center;
  color: #0a0a0a;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  padding: 0.9375rem;
}

.iframe_wrapper .typo_iframe_overlay_content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  padding: 0.9375rem;
}