.aw-base ._grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none; }
  .aw-base ._grid .col {
    border: 1px solid rgba(0, 0, 0, 0.1); }
.aw-base ._column {
  height: 100vh;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1); }
.aw-base ._media {
  font-family: monospace;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: auto;
  padding: 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background: lightgrey; }
.aw-base._logged-in ._grid,
.aw-base._logged-in ._media {
  top: 32px; }

.base__wrapper {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  background-color: #ffffff; }
