/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-site-blocks {
  position: relative;
}

.wp-block-itmar-slide-mv .swiper {
  width: 100%;
  height: 100%;
}
.wp-block-itmar-slide-mv .swiper-slide {
  height: 100%;
  overflow: hidden;
  background-color: var(--wp--preset--color--content-back, #fff);
}
.wp-block-itmar-slide-mv .swiper.swiper-cube {
  overflow: hidden;
}
.wp-block-itmar-slide-mv .swiper.swiper-cube .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wp-block-itmar-slide-mv .swiper.swiper-cube .swiper-slide > .itmar-wrap {
  width: 100%;
  height: auto;
}
.wp-block-itmar-slide-mv .swiper.swiper-cube .swiper-slide > .itmar-wrap > .wp-block-itmar-design-group {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */