.banner {
  text-align: center; }
  .banner img {
    max-width: 100%;
    border-radius: 3px; }
    .banner img.banner-desktop {
      display: block;
      margin: 0 auto; }
    .banner img.banner-mobile {
      display: none; }

@media (max-width: 480px) {
  .banner img.banner-desktop {
    display: none; }
  .banner img.banner-mobile {
    width: 100%;
    display: block; } }

/*# sourceMappingURL=web/sites/all/modules/mbradv_banners/dist/mbradv_banners.css.map */
