/*!
 * Add custom css for this site here:
 */
.img-responsive {width: auto;}

 /*! Fixing Banner Text Wrapping */
 .navbar-brand .tagline_holder {
 width: 550px!important;
}
 @media (min-width: 319px) and (max-width: 767px){
 .navbar-brand .tagline_holder {
 width: 315px!important;
 }
}