header .banner {float:right}
header .banner img{width:100%!important;height:110px!important}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
header .banner {width:68%}
}

@media only screen and (max-width: 550px) {
header .banner img{height:90px!important}
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  } 