@charset "utf-8";

.card-body {
  position: relative;
}

.card-body img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
