.blog .blog__images > a,
.blog-top__featured-thumb > a,
.blog-top__grid-thumb > a,
.post-item .post-thumb,
.blogs .post-thumb,
.single .blog-thumb,
.single .related-post .post-thumb > a,
.report-related__card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog .blog__images img,
.blog-top__featured-thumb img,
.blog-top__grid-thumb img,
.post-item .post-thumb img,
.blogs .post-thumb img,
.single .blog-thumb img,
.single .related-post .post-thumb img,
.report-related__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-top__featured-thumb > a,
.blog-top__grid-thumb > a,
.single .related-post .post-thumb > a {
  height: auto;
}
