/* Mobile/tablet crop aligned with the site's 980px responsive navigation. */
@media (max-width:980px){
  .v4131-hero-link{
    aspect-ratio:1 / 1;
    border-radius:18px;
  }
  .v4131-hero-link img{
    width:100%;
    height:100%!important;
    object-fit:cover;
    object-position:right center;
  }
  .v41318-planner-hit,
  .v41318-category-hits{
    display:none;
  }
}
