﻿.card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Use @: to escape Razor parsing */
 @media (max-width: 576px) {
    .card img {
        height: auto;
    }
}
