/* Tablet-specific overrides for .rounded-image and header offset */
:root{
  --header-offset: 100px; /* tablet header may be taller */
}

@media (min-width:601px) and (max-width:900px) {
  .rounded-image{
    border-radius:24px;
    min-height:420px;
    max-height:600px;
  }
}
