.tfi-route-map-container .tfi-route-map {
  padding-bottom: 36%;
  background: #f0f0f0;
  -webkit-backface-visibility: initial !important;
  backface-visibility: initial !important;
  -webkit-transform-origin: 50% 50%;
}

.tfi-route-map-container .tfi-route-map img,
.tfi-route-map-container .tfi-route-map svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-backface-visibility: initial !important;
  backface-visibility: initial !important;
  -webkit-transform-origin: 50% 50%;
}

.tfi-route-map-container a[data-route] {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:none;stroke:%2300B273;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M25 47.1V71h50V47.1'/%3E%3Cpath class='cls-2' d='m50.52 21-.54 37.89L62 46.96M49.98 58.89 38 47'/%3E%3C/svg%3E");
  background-position: calc(100% - 15px) center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  padding-right: 40px !important;
}