#header .banner a {
  display: block;
  /*max-width: 1170px;*/
  /*max-height: 65px;*/ }

#header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  /*max-height: 65px;*/
  /*max-width: 1170px; */}

/*# sourceMappingURL=blockbanner.css.map */

@media screen and (max-width: 414px) {
    img.img-responsive.banner_img_mobile {
        display: block;
    }
    img.img-responsive.banner_img_tablet {
        display: none !important;
    }
    img.img-responsive.banner_img {
        display: none !important;
    }
}

@media screen and (min-width: 415px) and (max-width: 991px) {
    img.img-responsive.banner_img_mobile {
        display: none !important;
    }
    img.img-responsive.banner_img_tablet {
        display: block;
      margin: 0 auto;
    }
    img.img-responsive.banner_img {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    img.img-responsive.banner_img_mobile {
        display: none !important;
    }
    
    img.img-responsive.banner_img_tablet {
        display: none !important;
    }
}
