.field--name-field-main-image .field--label {
  display: none;
}

.blur-animation {
  opacity: 0;
  transform: translateY(30px);
}

.blur-animation.blur-animation-active {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s ease-in-out;
}

#announcement-banner {
  position: fixed;
  top: 0;
  z-index: 49;
  width: 100%;
}

#blog-slider article img.obj-fill {
  object-fit: fill;
}
