/* Highlights additions for elements created by JavaScript */

.highlight-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .highlight-item-image {
    transition: opacity 0.2s ease;
  }
}



