/* Override to ensure hero images are shown fully without cropping */
.trucker__hero-area-home-2 .trucker__hero-item{
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}