.sd-screen-header img {
  max-height: 44px;
  object-fit: contain;
  width: min(48vw, 230px) !important;
}

@media (width <= 430px) {
  .sd-screen-header img {
    max-height: 40px;
    width: min(46vw, 206px) !important;
  }
}
