.video.video-shadow {
  position: relative;
  z-index: 1;
}
.video.video-shadow:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.video.video-shadow .video-bg {
  margin-bottom: 10px;
}
.video .video-bg {
  position: relative;
  height: 314px;
  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: -43px;
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
  z-index: 1;
}
.video .video-bg a i {
  display: block;
  font-size: 44px;
  padding-bottom: 10px;
}
.video .video-bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
