.layout {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.layout[open] {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.layout main {
  overflow: hidden;
}