
/* Train Mobil Brand Final 1.0 */
.tm-brand__mark{
  display:block;
  object-fit:contain;
  object-position:center;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.tm-header .tm-brand__mark{width:66px;height:66px}
.tm-footer .tm-brand__mark{width:60px;height:60px}
.tm-brand__name{
  font-family:Braggadocio, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight:400;
  letter-spacing:.02em;
}
@media (max-width:900px){
  .tm-header .tm-brand__mark{width:52px;height:52px}
}
