.card {
  background: #050403;
}

.image-wrap {
  aspect-ratio: 4 / 5;
  padding: 0;
  background: #050403;
}

.image-wrap::before,
.image-wrap::after,
.card::after {
  display: none;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
  filter: none;
}
