img.lazy {
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
img.lazyload, img.lazy:not(.lazyloaded) {
  filter: blur(4px);
  opacity: 0.5;
}
@media (width > 1024px) {
  #haru-header {
    min-height: 220px;
    max-height: 200px;
  }
}