@media screen and (min-width: 980px) {
  .hd-logo a img{
    max-width: 300px!important;
  }


}


@media screen and (max-width: 980px) {
  .hd-logo a img{
    width: 200px!important;
  }

}