 .post-featured-image {
     width: 100%;
 }

 .post-featured-image .image-anime {
     margin: 0;
     width: 100%;
     aspect-ratio: 16 / 9;
     overflow: hidden;
 }

 .post-featured-image .image-anime img {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
 }