/* html {
  overflow-x: hidden;
} */

body {
  background-color: #121212;
  background-image: url(../images/bg-min.png);
  overflow-x: hidden;
}

.resizing::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  pointer-events: none;
}

#MainContent .bg-container {
  display: none;
}

#MainContent .hero-section-inner .bg-container {
  display: block;
}