.pk-image img {
    width: auto;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pk-event-list {
  background-color: black;
}

.pk-eachevent {
  background-color: black;
  color: white;
}

.pk-headline {
  color: white;
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.pk-link {
  background-color: white;
  color: black;
}

.pk-venue {
  display: block;
}