.event-card-image {
  height: 200px;            
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.event-card-image img.image-style-event-and-job-style {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

