@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{
      background: #f9f9f9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-title {
    color: green;
}
.header{
        background: #f9f9f9;
}