#banner {
  height: auto !important;
  min-height: 160px;
}

#banner::after {
  content: "";
  display: table;
  clear: both;
}

#banner_title {
  font-size: 24pt !important;
  padding-top: 15px;
}

#banner_county {
  font-size: 26pt !important;
}

#banner_county p {
  margin: 15px 0 0 0 !important;
}

@media screen and (max-width: 768px) {
  #banner {
    background: #ffffcd url('../images/dog_wall_sm.gif') no-repeat left top !important;
  }
  
  #banner_title {
    width: 50% !important;
    padding-top: 44px !important;
    padding-right: 4px !important;
    font-size: 4.50vw !important;
  }

  #banner_county { 
    width: 50% !important;
  	padding-top: 8px !important;
  	padding-right: 4px !important;
    font-size: 4.75vw !important;
  }

  #banner_county p {
    font-size: 4.50vw !important;
    white-space: normal !important;
    margin: 8px 0 0 0 !important;
  }
}