
/* Train Mobil Logo Integration 1.0 */
.tm-brand__mark{
  object-fit:contain;
  object-position:center;
  background:transparent;
  border:0;
  border-radius:0;
}
.tm-header .tm-brand__mark{
  width:68px;
  height:68px;
}
.tm-footer .tm-brand__mark{
  width:62px;
  height:62px;
}
@media (max-width:900px){
  .tm-header .tm-brand__mark{
    width:54px;
    height:54px;
  }
}
