html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

#aistock_hype_container {
  margin: auto;
  position: relative;
  width: 100% !important;
  max-width: 1920px;
  height: auto !important;
  min-height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #aistock_hype_container {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #aistock_hype_container {
    width: 100% !important;
    max-width: 1024px;
    height: auto !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  #aistock_hype_container {
    width: 100% !important;
    max-width: 1366px;
    height: auto !important;
  }
}

@media only screen and (min-width: 1367px) {
  #aistock_hype_container {
    width: 100% !important;
    max-width: 1920px;
    height: auto !important;
  }
}
