/* AKK: fix hero group-photo cropping on the homepage (rec1275016111) */
#rec1275016111 .t-cover,
#rec1275016111 .t-cover__carrier,
#rec1275016111 .t-cover__filter {
  height: min(100vh, calc(100vw * 945 / 1680)) !important;
}
#rec1275016111 .t-cover__carrier {
  background-position: center top !important;
}