/* start ic 8264744910 - Chris */ 

/* inc logo size */

  #logo a img {
    max-width: 195px;
    max-height: 250px;
}

/* adjust logo size on mobile  only */
@media only screen and (max-width: 767px){
  #logo a img {
    max-width: 165px;
    max-height: 150px;
}

}

/* End ic 8264744910 - Chris */