.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.rounded {
    border-radius: .25rem!important;
}