/**
 * Shared media helpers — existing selectors only (no rename).
 */
.travel_card img,
.product_thumb img,
.aos02_reserve_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
