.resource-landing-query.no-image-triangle {
  background-image: var(--rlq-bg-image);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.resource-landing-query .image-featured-size-main,
.resource-landing-query .image-featured-size-secondary {
  max-height: 180px;
}

@media (min-width: 1024px) {
  .resource-landing-query .image-featured-size-main {
    max-height: 250px;
  }

  .resource-landing-query .image-featured-size-secondary {
    max-height: 180px;
  }
}