:root {
  font-size: 18px;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  font-size: 1.5vmin;
  font-family: Exo, Arial, sans-serif;
}
h1 {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 9vmin;
  line-height: 1.2em;
  padding: 4vmax;
  padding-bottom: 0vmax;
  margin: 0;
  flex: 1;
  font-family: WORKER, Arial, sans-serif;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3vmin;
  line-height: .9em;
  margin: 0;
  font-family: Exo, Arial, sans-serif;
}
}
h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: .5vmin;
  line-height: 1.1em;
  margin: 0 0 0.5em;
  
}
h4 {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 3vmin;
  line-height: 1.2em;
  padding: 4vmax;
  padding-top: .3vmax;
  margin: 0;
  flex: 1;
  font-family: Exo, Arial, sans-serif;
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: url(https://johnnycs.com/hidden-lighting/images/bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.wrapper * {
  position: relative;
  z-index: 2;
}
.wrapper::after {
  content: '';
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), #000000);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.lister {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.lister-item {
  flex: 1;
  padding: 10vmax 5vmax;
}
.lister-item:not(:first-child) {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.lister-item.active a {
  transform: translateX(0);
}
.lister-item-link {
  display: flex;
  margin-top: 3rem;
  overflow: hidden;
}
.lister-item-link a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(calc(-100% + 2em));
  transition: transform 0.6s ease;
}
.lister-item-link span {
  padding-right: 1em;
}
.lister-item-link svg {
  display: block;
  width: 2em;
  height: 2em;
}
.lister-item-link svg path {
  fill: #fff;
}
.lister-slider {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 33.3333%;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.lister-slider-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.lister-slider-item {
  width: 100%;
  flex: none;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-size: cover;
  background-blend-mode: normal;
}
.lister-slider-item:nth-child(1) {
  background-image: url(https://johnnycs.com/hidden-lighting/images/aaPatDoor.jpg);
}
.lister-slider-item:nth-child(2) {
  background-image: url(https://johnnycs.com/hidden-lighting/images/csMediaWall.jpg);
}
.lister-slider-item:nth-child(3) {
  background-image: url(https://johnnycs.com/hidden-lighting/images/akitchen.jpg);
}