body .mo-list .mo-list-item .mo-card .mo-card-header img{
    text-transform: lowercase;
    object-fit:contain;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mo-card {
    width: 100%;
}
.mo-card-header {
    height: 13em;
    border-bottom: solid 1px lightgray;
    display: flex;
    justify-content: center;
}
.logo-media {
    object-fit: scale-down;
    display: flex;
    justify-content: center;
}

.mo-card-body-title {
    text-transform: lowercase!important;
}