/**
 * Remove margin from swiper carousel container on all breakpoints.
 *
 * Original (modules/contrib/swiper_formatter/css/swiper_formatter.css):
 *   .swiper-container {
 *     margin: 1rem auto 1rem auto; // 16px all sides
 *   }
 */
.swiper-container {
  margin: 0 !important;
}
