.fluid-width-video-wrapper {
  display: contents;
}
.button.button-border.button-light:hover {
  color: #fff;
}
.button.w-md {
  width: 154px;
  text-align: center;
}
.display-3 {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.1;
}
.lead {
  font-size: 1.2rem;
  font-weight: 400;
}
video {
  display: block !important;
  left: 0px;
}

/****유튜브/비메오 영상을 배경으로 쓰기 CSS****/
.ab-center {
  position: absolute !important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.slider-element .container,
.slider-element .container-fuild {
  height: auto;
}
* {
  box-sizing: border-box;
}
.fluid-width-video-wrapper {
  background: #000;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.video-wrap video {
    position: relative;
    z-index: 1;
    opacity: 1;
    width: 100%;
    transition: opacity .3s 1s ease;
}

/* 미디어쿼리
-----------------------------------------------------------------*/
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 991px) {
  
}
@media all and (max-width: 768px) {
  .button.w-md {
    width: 134px;
    text-align: center;
  }
  .display-3 {
    font-size: 2.0rem;
    line-height: 1.1;
  }
  .min-vh-100 {
    min-height: auto !important;
  }
  .vertical-middle {
    width: 90% !important;
  }
  .button {
    padding: 13px 42px;
  }
}
@media (min-width: 992px) {
  #header + .include-header {
    margin-top: calc(-100px - -19px);
  }
}
