
.sticky {
} /* DO NOT EDIT THIS */
.gallery-caption {
} /* THESE ARE USELESS */
.bypostauthor {
} /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */


.home .video-cta {
  max-width: 150px;
  text-align: center;
}

.home .video-cta p {
  margin-top: 10px;
}

.home .video-cta .button {
  display: inline-block;
  padding: 5px 50px;
  font-size: 35px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 300ms ease-out;
}

.home .video-cta .button:hover {
  background: rgba(255, 255, 255, 0.4);
}