/* Catalog card photographs; all other site components retain their styles. */
.course-card .course-card-photo {
 display:block; width:calc(100% + 44px); max-width:none;
 height:auto; aspect-ratio:900 / 506; object-fit:cover;
 flex:none; margin:-22px -22px 20px;
 border-radius:15px 15px 0 0; background:#edf3f5;
}
@media (max-width:420px) {
 .course-card .course-card-footer {flex-wrap:wrap;}
}
