.video-teaser {
  margin-bottom: 30px;
  transition: transform 0.4s, color 0.4s;
  cursor: pointer; }
  .video-teaser-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0; }
  .video-teaser-poster {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    aspect-ratio: 1.79/1;
    overflow: hidden; }
    .video-teaser-poster img {
      width: 100%;
      transform: scale(1.05) perspective(1px);
      transition: transform 0.8s; }
  .video-teaser-iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 5; }
  .video-teaser-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%) perspective(1px);
    transition: transform 0.4s;
    z-index: 2; }
    .video-teaser-icon:hover {
      background-color: inherit; }
    .video-teaser-icon:active {
      background-color: inherit; }
  .video-teaser:hover .video-teaser-poster img {
    transform: perspective(1px); }
  .video-teaser:hover .video-teaser-icon {
    box-shadow: none;
    transform: translate(-50%, -50%) scale(1.05) perspective(1px); }

.video-icon {
  fill: #4577D5; }

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