/* listed from page-explore.css but renamed to #explore-content-cards */
#explore-content-cards .card {
    background-color: #efefef;
}

#explore-content-cards .card .card-top {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    background-color: hsla(0,0%,40%,.25);

    display: flex;
    justify-content: center;
    align-items: center;
}
#explore-content-cards .card .card-top img,
#explore-content-cards .card .card-top iframe {
    /*
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    */
}

#explore-content-cards .card .card-bottom {
    color: black;
}

#explore-content-cards .card .card-bottom p {
    font-size: 16px;
}

#explore-content-cards .card .card-bottom .card-bottom-keywords {
    color: inherit;
}

#explore-content-cards .card .card-bottom > a.btn {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

#explore-content-cards .card .card-top img, #explore-content-cards .card .card-top img.img-fluid {
    max-width: unset;
    height: 250px;
    width: auto;
}
