/* video-header */
.video-header {
  height: 168px;
  line-height: 168px;
  text-align: center;
  background-image: url(../images/video/header-bg.png);
  background-size: cover;
  font-size: 44px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .video-header {
    font-size: 22px;
  }
}
