.box {
  max-width: 100%;
  height: auto;
}

.box .main-screen {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #d9d9d9;
}
