.container--intro {
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2147483647;
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro_video {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.intro_button__wrapper {
  text-align: right;
  margin-bottom: 16px;
}
.intro_button {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  cursor: pointer;
  background-color: #FFF;
  border: 2px solid #FFF;
  border-radius: 15px;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.intro_button:after {
  content: ">>>";
  display: inline-block;
  padding-left: 4px;
}
.intro_button:hover {
  background-color: #000;
  color: #FFF;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
