#hover-img .card:hover img{
    transform: scale(1.2); 
    transition: .3s ease-in-out;
}

#hover-img{
    padding: 4em 0;
    background-color: #fafafa;
}

.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    /*border-radius: 0.25rem;*/
}

.overflow-hidden {
    overflow: hidden !important;
}

.card-body{
    padding: 0 1.0rem 0 1.0rem;
    min-height: 4rem;;
}

.card-body h5{
    font-size: 1.1rem;
}
