.node-video-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background-color: #1f2933;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.node-video-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.72) 100%);
}

.node-video-card__link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
  text-decoration: none;
}

.node-video-card__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.node-video-card__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 3px;
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid #1f2933;
  transform: translate(-50%, -50%);
}

.node-video-card__title {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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