.logo-wrapper{
margin-top: 65px!important;
  }
.logo-wrapper img{
  width:auto!important;
  height:150px!important;
  object-fit:contain;
}
.edublink-header-sticky .logo-wrapper{
margin-top: 45px!important;
  }
.edublink-header-sticky .logo-wrapper img{
  width:auto!important;
  height:130px!important;
  object-fit:contain;
}
@media screen and (min-width: 300px) {
 .logo-wrapper img{
  width:auto!important;
  height:50px!important;
  object-fit:contain;
}
}