.video .video-bg {
  position: relative;
  height: 460px;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.video .video-bg a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -89px;
  color: #ffffff;
  z-index: 1;
}
.video .video-bg a span {
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: auto;
}
.video .video-bg a i {
  display: block;
  font-size: 44px;
  line-height: 100px;
  margin-left: 10px;
}
.video .video-bg p {
  letter-spacing: 0.3em;
  padding-top: 35px;
}
.video .video-bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(23, 34, 65, 0.9);
}
