@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
body {
  margin: 0;
  font-family: 'source sans pro', sans-serif;
  font-size: 0;
  text-align: center;
  background: black;
}
intro {
  height: 100%;
  display: block;
  background: url(bg.jpg) center;
  background-size: cover;
}
intro img {
  height: 20vh;
  margin: 3vh;
}
grad {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vh 3vh 0 3vh;
  border-color: white transparent transparent transparent;
}
play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vh 0 3vh 5vh;
  border-color: transparent transparent transparent white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
intro .fa {
  font-size: 5vh;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5vh;
}
intro .fa:hover {
  font-size: 5.5vh;
}
.down:hover triangle {
  border-color: white transparent transparent transparent;
}
.down {
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 50px;
  text-align: center;
}
.down:hover {
  padding: 55px 50px 45px
}
vid {
  display: block;
}
videos {
  display: inline-block;
  margin: 30px 0;
}
wrap {
  display: block;
  padding: 20px;
  margin-top: 170px;
}
videos a {
  color: white;
  text-decoration: none;
  background-size: 90% auto;
  background-position: center 30px;
  width: 300px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  font-size: initial;
  background-repeat: no-repeat;
  padding: 10px;
  box-sizing: border-box;
}
vid iframe {
  width: 100%;
  height: calc(100vw / 1.77);
}
@media all and (max-width: 1200px) {
  videos a {
    font-size: 10px;
  }
}
@media only screen and (max-device-width : 1024px) { /**iPad**/
  intro img {
    width: 30%;
  }
  triangle {
    border-width: 50px 30px 0 30px;
  }
  videos a {
    width: 33%;
    font-size: 15px;
  }
}
@media only screen and (max-device-width : 568px) { /**iPhone**/
  triangle {
    border-width: 50px 25px 0 25px;
  }
  videos a {
    width: 50%;
    font-size: 11px;
    background-position: center 10px;
  }
  intro img {
    margin-top: 10%;
  }
  intro .fa {
    right: 0;
  }
  triangle {
    border-width: 35px 20px 0 20px;
  }
  wrap {
    margin-top: 25vw;
  }
}