/* Anime-Sama importer: front-end fixes for the theme's own markup. */

/* Imported posters arrive in mixed aspect ratios, so a shorter image leaves a
   gap inside the theme's fixed-height thumbnail box. Fill the box and crop. */
.bs .bsx .limit img {
    height: 100% !important;
    object-fit: cover;
}
