html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

* {
  box-sizing: border-box;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

.footer-wrapper, .site-footer {
  flex-wrap: wrap;
}

.page .entry-title {
  display: none;
}