@charset "utf-8";

.object-fit
{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
