/* Hide the caption text from the main page */
.main .caption-text {
    display: none;
}

.sd-card-img-top, .card-img-top {
    height: 200px !important;
    width: auto !important;
    max-width: 300px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
