div#banner img {
    width: auto !important;
    height: 120px !important;
}

div#banner:hover
{
  cursor:pointer;
}

div#banner h3 {
    margin: 4px;
}

div#banner h1 {
    margin: 0px;
}

@media (min-width: 768px){
.col-md-6 {
     -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%;
     flex: 0 0 100%; 
     max-width: 100%; 
}
}

@media only screen and (min-width: 767px) {#block-banner-2 table {
    height: auto;
    max-width: 200%;
    width: auto;
}
}


.top-nav * {
    color: #e9111a;
}