@media (min-width: 768px) and (max-width: 991px){
                #banner{
                                background: url(STOCBanner_768x96.png);
                                background-repeat: no-repeat;
                                min-height: 96px;
                }
}

@media (min-width: 992px) and (max-width: 1199px){
                #banner{
                                background: url(STOCBanner_992x124.png);
                                background-repeat: no-repeat;
                                min-height: 124px;
                }
                
}

@media (min-width: 1200px){
                #banner{
                                background: url(STOCBanner_1200x150.png);
                                background-repeat: no-repeat;
                                min-height: 150px;
                }

}
.navbar{
background: none;
}
