@charset "UTF-8";

.widget_menu01 .category_img a img {
    height: auto;
    max-height: 400px;
    /*object-fit: contain;*/
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: auto;
}