@media screen and (-webkit-min-device-pixel-ratio:0){
  /* Safari and Google Chrome only - fix margins */  
  .my-journey-img, .signpost-map {
  	left: 8px !important;
  }
}