/* static/css/index.css */

/* Site logo positioning & hover */
.site-logo {
  position: fixed;
  top: 14px;
  left: 14px;
  display: inline-block;
  z-index: 1040;
  line-height: 0;
}
.site-logo img {
  height: 42px;
  transition: transform 180ms ease;
  transform-origin: center;
  will-change: transform;
}
.site-logo:hover img {
  transform: scale(1.22);
}
@media (max-width: 576px) {
  .site-logo img {
    height: 42px;
  }
}

/* Carousel images */
#emedCarousel img {
  max-height: 600px;
  object-fit: contain;
}
