#root .m6fr {
  --mh: calc(80vh - var(--header_height)) !important;
  cursor: -webkit-grab;
  cursor: grab;
}

.m6fr:not([data-active-content*=plain]) .swiper-custom-bullets {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}