.content .safe-area {
  width: 1320px;
  margin: 0 auto;
}

.content-img img {
  width: 100%;
}

.header-container {
  position: fixed;
  top: 0;
  overflow: visible;
  width: 100%;
  height: 230px;
}
.header-container iframe {
  width: 100%;
  height: 100%;
}

.footer-container {
  width: 100%;
  height: 750px;
}
.footer-container iframe {
  width: 100%;
  height: 100%;
}

.main {
  padding-top: 230px;
  background: #181818;
}