body .news-detail-main .news-feature-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  background: #f7f4ee;
}

body .news-detail-main .news-feature-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  flex: none;
  display: block;
  border: none;
  border-radius: 0;
}
