/* AL-POL: consistent editorial image proportions, including future articles. */
.sppb-addon-articles .sppb-article-img-wrap,
.article-list .article-intro-image,
.article-details .article-full-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.sppb-addon-articles .sppb-article-img-wrap > img,
.article-list .article-intro-image img,
.article-details .article-full-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
