body {
  margin: 0px;
  padding: 0px;
}
.content {
  position: relative;
  width: 100%;
  min-height: 625px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.iframe {
  height: 100vh;
}
