/* Force all JBD offer images into 16:9 containers */
.jbd-offer img,
.jbd-company img,
.jbd-event img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}