h5 {
  margin-top: 100px;
}

.arte-interactive-iframe {
  position: relative;
  margin: 24px auto 96px;
  overflow: hidden;
  max-width: 650px;
}

.arte-interactive-iframe iframe {
  position: relative;
  height: 80vh;
  max-height: 867px;
  width: 1px;
  min-width: 100%;
  overflow: hidden;
  border: none;
  display: block;
}

@media ( min-width: 640px ) {
  .arte-interactive-iframe iframe {
    position: relative;
    height: 70vh;
  }
}
