.tm-logo {
  height: 200px;
  width: auto;
  transform: scale(1);
  transition: opacity 0.50s ease;
  transform-origin: left center;
}

.navbar-brand {
  height: 80px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tm-logo {
    height: 120px;  
  }
}

