.MSwiper-box {
    margin-top: 32px;
}

.MSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.MSwiperSlide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.MSwiperSlide > img {
/*   width: 100%;
  height: auto; */
  width: auto;
  height: 100%;
  margin: 0 auto;
  object-fit: fill;
}


.MSwiperSlideTxt {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 100px;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: -webkit-linear-gradient(top,transparent 50%,transparent 0,rgba(0,0,0,.75));
    background: -moz-linear-gradient(top,transparent 50%,transparent 50%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(180deg,transparent 50%,transparent 0,rgba(0,0,0,.75));
}
.MSwiperSlideTxt.backtransparent {
   background: -webkit-linear-gradient(top,transparent 50%,transparent 0,rgba(0,0,0,.0));
    background: -moz-linear-gradient(top,transparent 50%,transparent 50%,rgba(0,0,0,.0) 100%);
    background: linear-gradient(180deg,transparent 50%,transparent 0,rgba(0,0,0,.0));
    justify-content: center;
}


.MSwiperSlideTxt > h5,
.MSwiperSlideTxt > h6,
.MSwiperSlideTxt > p,
.MSwiperSlideTxt > a {
  color: #fff;
}

.MSwiperSlideTxt > h5 {
  font-size: 200%;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.MSwiperSlideTxt > h6 {
  font-size: 100%;
  font-weight: 400;
}
.MSwiperSlideTxt > p {
  margin-top: 24px;
  width: 80%;
}

.MSwiperSlideTxt .MSwiperSlideLink {
  position: relative;
  margin-top: 24px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0px 50px;
  font-size: 100%;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
}
.MSwiperSlideTxt .MSwiperSlideLink:hover {
  background-color: var(--color-accent-light);
  border-color: var(--color-accent-light);
  text-decoration: none;
}

.MSwiper .swiper-page {
  position: relative;
  width: 100%;
  height: 40px;
}

.MSwiper .swiper-button-next,
.MSwiper .swiper-button-prev {
  margin-top: calc(0px - (120px/ 2));
  width: 60px;
  height: 120px;
  background-color: var(--color-accent-light);
}

.MSwiper .swiper-button-next:after,
.MSwiper .swiper-button-prev:after {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}

.MSwiper .swiper-button-next {
    right: 0;
}

.MSwiper .swiper-button-prev {
    left: 0;
}

.MSwiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 48px;
  height: 2px;
  background-color: var(--color-accent);
}

.MSwiper .swiper-pagination-bullet-active {
  height: 3px;
}

@media screen and (max-width: 768px) {
  .MSwiperSlide {
    width: 100%;
    height: 300px;
  }

  .MSwiperSlideTxt {
    padding: 0;
    justify-content: center;
  }

  .MSwiperSlideTxt > h5 {
    font-size: 120%;
  }

  .MSwiperSlideTxt > h6 {
    font-size: 80%;
  }

  .MSwiperSlideTxt > p {
    width: 80%;
    margin-top: 12px;
    font-size: 50%;
  }

  .MSwiper .swiper-button-next, .MSwiper .swiper-button-prev {
    width: 30px;
    height: 60px;
    margin-top: -30px;
  }

  .MSwiperSlideTxt .MSwiperSlideLink {
    height: 36px;
    font-size: 80%;
    margin-top: 12px;
    line-height: 36px;
    padding: 0 32px;
  }

  .MSwiper .swiper-button-next {
    
  }
  .MSwiper .swiper-button-prev {
    
  }


  .MSwiper .swiper-pagination-bullet {
    width: 24px;
  }
}
