/* v83 — Ontario map +15%, active Bad Credit placement, Spanish social links */

/* Home hero: make the Ontario map exactly 15% larger than v81 while preserving its aspect ratio. */
.home-page .home-ontario-map{
  width:clamp(328px, 31.05vw, 385px) !important;
  max-height:clamp(311px, 37.95vh, 403px) !important;
}
@media (min-width:1600px){
  .home-page .home-ontario-map{
    width:clamp(362px, 26.45vw, 420px) !important;
    max-height:420px !important;
  }
}
@media (max-width:1180px){
  .home-page .home-ontario-map{
    width:min(339px, 52.9vw) !important;
    max-height:380px !important;
  }
}
@media (max-width:860px){
  .home-page .home-hero{
    min-height:1165px !important;
  }
  .home-page .home-hero-copy{
    padding-bottom:565px !important;
  }
  .home-page .home-ontario-map{
    width:min(282px, 75.9vw) !important;
    max-height:316px !important;
  }
}
@media (max-width:430px){
  .home-page .home-hero{
    min-height:1150px !important;
  }
  .home-page .home-ontario-map{
    width:min(251px, 75.9vw) !important;
    max-height:285px !important;
  }
}
