.video-teaser {
  margin: 0 auto 30px auto;
  max-width: 320px;
  cursor: pointer;
  transition: transform 0.4s, color 0.4s; }
  .video-teaser-title {
    line-height: 1.2em; }
  .video-teaser-image {
    position: relative;
    margin-bottom: 10px; }
  .video-teaser-iframe {
    border: none;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute; }
  .video-teaser:hover {
    transform: translate3d(0, -4px, 0); }

/*# sourceMappingURL=_maps/video.css.map */
