/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .swiper-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
