body {
  background-color: #312624;
  color: #fff;
  padding: 0;
  margin: 0;

}
.grid {
position: relative;
box-sizing: border-box;
display: grid;
grid-template-rows: minmax(50vw,max-content);
grid-template-columns: 70px 0.5fr 1fr 1.5fr 70px;
}

.wrapper {
  align-self: start;
  margin-left: 0px;
  margin-right: 0%;
  margin-top: 50px;
  margin-bottom: 0px;
  grid-area: 1/4/2/5;
  position: relative;
  box-sizing: border-box;
}
.video {
  grid-area: 1/1/2/6;
  z-index:-1;
}
.videofile { 
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}
.videobanner {
  grid-area: 1/1/2/6;
  align-self: end;
} 
.banner {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .grid {
    grid-template-rows: minmax(80vw,max-content);
    grid-template-columns: 50px 1fr 1.5fr 50px;
  }
  .video {
    grid-area: 1/1/2/5;
  }
  .wrapper {
    grid-area: 1/3/2/4;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .grid {
    grid-template-rows: minmax(150vw,max-content);
    grid-template-columns: 30px 1fr 30px;
  }
  .video {
    grid-area: 1/1/2/4;
  }
  .wrapper {
    grid-area: 1/1/2/4;
    align-self: end;
  }
}

.box {
  background-color: rgba(0, 0, 0, 0.7);
  display: grid;
  grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
  grid-template-rows: minmax(20px,max-content) minmax(20px,max-content);
}
.onet {
  align-self: end;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15%;
  margin-bottom: 2%;
  grid-area: 1/1/2/2;
}
.oneb {
  align-self: start;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 17%;
  grid-area: 2/1/3/2;
}
.twot {
  align-self: end;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15%;
  margin-bottom: 2%;
  grid-area: 1/3/2/4;
}
.twob {
  align-self: start;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 17%;
  grid-area: 2/3/3/4;
}
.threet {
  align-self: end;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15%;
  margin-bottom: 2%;
  grid-area: 1/5/2/6;
}
.threeb {
  align-self: start;
  justify-self: stretch;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 17%;
  grid-area: 2/5/3/6;
}
.spacer1 {
align-self: stretch;
justify-self: center;
position: relative;
margin-left: 1.9375px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
  grid-area: 1/2/3/3;
}
.spacer2 {
align-self: stretch;
justify-self: center;
position: relative;
margin-left: 1.9375px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
grid-area: 1/4/3/5;
}
.spacer_in {
border-left: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
}
.fontlg {
  margin: 0;
  padding: 0;
  text-align: center;
  font: normal   10px/1.4em barlow,sans-serif;
  font-size: calc(19px + (30 - 19) * ((100vw - 320 * 1px) / (1920 - 320)));
}
.fontsm {
  margin: 0;
  padding: 0;
  text-align: center;
  font: normal   10px/1.4em barlow,sans-serif;
  font-size: calc(12px + (16 - 12) * ((100vw - 320 * 1px) / (1920 - 320)));
}