body, html {
  margin: 0;
  padding: 0;
}

#video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
  padding: 20px;
}

/* .section {
  height: 100vh;
} */
/* .section.active {
  display: block;
} */
body#home{
  position: relative;
}

body#home .videoWrapper {
  position: relative;
  z-index: -1;
  background: transparent;
}

body#home .videoWrapper div:nth-of-type(1){
  z-index: 1;
}

body#home .videoWrapper div{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width:910px){
  html{
    height: 100%;
  }
  body{
    height: 100%;
  }
  body#home .videoWrapper div{
      /* height: auto; */
  }

}

body#home main article{
  height: 100vh;
}
body#home main > .videoTrigger{
  background: transparent;
}

body#home .videoWrapper div video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body#home main article.showNavLinks{
  /* height: 100vh!important; */
}

body#home article.onlineshop h2 img.pc-img{
  display: block;
}

body#home article.onlineshop h2 img.sp-img{
  display: none;
}

@media screen and (max-width:500px){
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .videoWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .vid1, .vid2 {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .pcVideo, .spVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body#home article.onlineshop h2 img.pc-img{
    display: none;
  }
  body#home article.onlineshop h2 img.sp-img{
    display: block;
    max-width: 250px;
  }
}

.videoWrappers {
  position: fixed;
}

.videoWrappers video {
  width: 100vw!important;
  height: 100vh!important;
  object-fit: cover;
}