/* Company v83 — same desktop hero height behaviour as Medical Centre */
.page-company-v82 main{margin:0!important;padding:0!important;background:#fff;overflow-x:hidden}
.page-company-v82 .companyhero-v82{
  display:block;
  position:relative;
  width:100%;
  height:520px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  line-height:0;
  background:#031a35;
  overflow:hidden;
}
.page-company-v82 .companyhero-v82 img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:none;
}
@media(max-width:900px){
  .page-company-v82 .companyhero-v82{height:auto}
  .page-company-v82 .companyhero-v82 img{width:100%;height:auto;object-fit:contain}
}
