/* OLDY standalone compatibility layer */
html, body {
  min-width: 100%;
  min-height: 100%;
}
body {
  overflow-x: hidden;
}
#page {
  width: 1020px !important;
  min-height: 100vh;
  margin-left: auto !important;
  margin-right: auto !important;
}
#page_position_content {
  width: 1020px !important;
  min-height: 1px;
  position: relative;
}
.browser_width {
  width: 100%;
}
@media (max-width: 1050px) {
  #page, #page_position_content {
    width: 100% !important;
    max-width: 1020px;
  }
}
