.switchbox {
  
}

.switchbox > * {
  display: none;
  width: 100%;
  height: 100%;
}

.switchbox > .active {
  display: block;
}
