#grouplogo {
  width: 190px !important;
  height: auto !important;
  display: block;
}
#grouplogo img {
  display: block;
  width: 190px;
  height: auto;
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  #grouplogo { width: 190px !important; }
}
@media screen and (max-width: 767px) {
  #grouplogo { width: 176px !important; }
  #grouplogo img { width: 176px; }
}
