#penci-featured-video-bg {
  height: 600px;
}
.penci-video-overlay-background,
.overlay-video-click {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}
.overlay-video-click {
  display: block;
  z-index: 20;
}
.penci-video-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  left: 20px;
  right: 20px;
  z-index: 10;
}
h2.penci-heading-video,
p.penci-sub-heading-video,
.penci-video-custom-img {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.penci-video-custom-img {
  margin: 0 0 24px 0;
}
.penci-video-custom-img.no-margin-bottom {
  margin: 0;
}
h2.penci-heading-video {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
p.penci-sub-heading-video {
  font-size: 16px;
  line-height: 1.3em;
  margin: 15px 0 0;
  font-style: italic;
  color: #fff;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.featured-area.loaded-wait .penci-video-custom-img,
.featured-area.loaded-wait h2.penci-heading-video,
.featured-area.loaded-wait p.penci-sub-heading-video {
  -webkit-animation-name: pencifadeInUp;
  -moz-animation-name: pencifadeInUp;
  -o-animation-name: pencifadeInUp;
  animation-name: pencifadeInUp;
}