html {
  scroll-behavior: smooth;
}

.fullscreen-image {
  max-height: 100vh;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.img-frame {
  max-height: 80vh;
  overflow: hidden;
}

.portrait-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.carousel-frame {
  height: 80vh;
  overflow: hidden;
}

.carousel-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.art-meta h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.75rem;
}

.art-meta .material {
  margin-bottom: 0.25rem;
}

.art-meta .object-size {
  margin-bottom: 0;
}

.news-date {
  font-size: 0.9rem;
  color: #666;
}

.news-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.news-text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
