[data-slide]::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

[data-slide] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 360px;
  backdrop-filter: blur(5px);
}

#featuredLabel::after {
  content: "";
  flex: 1 1 0%;
  margin-left: 0.5rem;
  border-bottom: 0.15rem solid #0066cc;
}

#featuredLabel.fade {
  opacity: 0;
}

#featuredTitle.fade {
  opacity: 0;
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  [data-slide] img {
    max-height: 225px;
  }
}

.latest-posts-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.latest-posts-card:hover .latest-posts-thumb {
  transform: scale(1.05);
}