body {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: "Roboto Slab", serif;
}

.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

h1 {
  word-break: break-all;
  font-weight: 500;
}

.prehead img {
  filter: invert(100%);
  width: 4rem;
}

.text-shadow {
  text-shadow: 3px 3px 10px rgb(10, 10, 10);
}

.btn-primary {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 0 2rem;
  line-height: 3rem;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #fff !important;
  transform: scale(1.05);
}

#infos {
  height: 100vh;
  background: url(../images/keyvisual_trans_10.png) no-repeat bottom center;
  background-size: 50%;
}

h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ca1a27;
}

h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

p, ul, li {
  font-weight: 200;
  font-size: 1rem;
  color: #333333;
}

a, a:link {
  color: #ca1a27;
}
a:hover, a:focus, a:link:hover, a:link:focus {
  color: #666666;
}/*# sourceMappingURL=styles.css.map */