.post-template.post-template-single-jobs main,
.post-template.post-template-single-jobs main > :first-child {
  margin-block-start: 0;
}

.elpato-job-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 3.75rem;
  position: relative;
}

.elpato-job-header::after {
  background-image: var(--ep--image--elpato-art);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 3.75rem;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.elpato-job-header .wp-block-image img,
.elpato-job-header .wp-block-post-featured-image img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 782px) {
  .elpato-job-header {
    padding-bottom: 0;
  }
  .elpato-job-header::after {
    background-size: contain;
    bottom: 0;
    height: auto;
    right: 0;
    top: 0;
    width: calc(100% / 3);
  }

  .elpato-job-header .wp-block-image img,
  .elpato-job-header .wp-block-post-featured-image img {
    aspect-ratio: 1080 / 666;
  }
}
