@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  transition: all .4s ease;
}
.b-video {
  text-align: center;
  padding: 80px 0;
  background: #f7f7f7;
}
.b-video h1 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 60px 0;
  position: relative;
  color: #333;
}
.b-video h1 span {
  display: inline-block;
  position: relative;
}
.b-video h1:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin: 0 0 0 -20px;
}
.b-video .video-js {
  margin: 0 auto;
}
.b-video:nth-child(even) {
  background: #fff;
}
