/* v6.9.363 — pixel-correct the homepage fleet image to the actual gold divider.
   The divider is drawn at 34.45% of the full About panel. The left story grid
   cell finishes about 15px to the right of that line, so previous negative
   right margins pushed the image into the next column. Keep the approved
   left bleed, but retract the right edge to the divider itself. */
@media (min-width:1501px){
  #fueltek-introduction .fueltek-story-image-v227{
    width:auto!important;
    align-self:stretch!important;
    margin-left:-34px!important;
    margin-right:8px!important;
  }
}

@media (min-width:1181px) and (max-width:1500px){
  #fueltek-introduction .fueltek-story-image-v227{
    width:auto!important;
    align-self:stretch!important;
    margin-left:-28px!important;
    margin-right:8px!important;
  }
}
