.swiper-container {
  width: 100%;
  height: auto;
}

.slide_box {
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gate_slide {
  width: 45%;
  height: auto;
  margin: 3px;
  border: 0px;
}

.slide_text_box {
  width: auto;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  align: center;
  text-align: center;
  background-color: #df313d;
  display: block;
  opacity : 0.9;
}

.slide_text_box a{
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  line-height: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 100%;
}


:root {
  --swiper-theme-color: #df313d;
}
