@media (min-width: 1024px) {
  #hero div:has(> picture) {
    position: relative;
    min-height: 29.6875rem;
  }

  #hero picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  #hero picture > img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
}

main > section[class*='overflow-hidden'] > article:last-of-type > * {
  margin-bottom: 0 !important;
}

#postup-objednania {
  margin-bottom: 0 !important;
}

article:has(> #postup-objednania) + article > section > div {
  margin-top: 0.5rem !important;
}
