body {
  margin: 0;
  padding: 0;
}
.slide {
  width: 100vw;
  height: 100vh;
}
.wrapper {
  display: flex;
  flex-direction: row;
  width: 1000vw;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
}
.one {
  
  background: #ffffff;
}
.two {
  background: #ffffff;
}
.two-B {
  background: #ffffff;
}
.three {
  background: #ffffff;
}
.four {
  background: #ffffff;
}
.five {
  background: #ffffff;
}
.six {
  background: #ffffff;
}
.seven {
  background: #ffffff;
}
.eight {
  background: #ffffff;
}
.nine {
  background: #ffffff;
}
.ten {
  background: #ffffff;
}
.eleven {
  
  background: #ffffff;
}
.twelve {
  background: #ffffff;
}
.thirteen {
  background: #ffffff;
}
.fourteen {
  background: #ffffff;
}

.outer-wrapper {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-y: scroll;
 
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
 
}
::-webkit-scrollbar {
  display:none;
}

html , body {
    width: 100% ;
    overflow-x: hidden ;
}

.custom-logo {
    width: unset;
    height: 100px ;
}

#masthead {
    position: relative;
    width: 100%;
}
