.VueCarousel-slide {
  position: relative;
  background: #fff;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  min-height: 100px;
}

.label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title {
  color: #212325;
  font-size: 20px;
}

.help_img {
  width: 80%;
  max-width: 500px;
}

.discription {
  color: #212325;
  font-size: 14px;
  margin: 0 1.5em;
}

.helpmodal .modalheader {
  height: 5em;
  background: #fff;
}

.helpmodal .modalbody {
  background: #fff;
  text-align: center;
}

.helpmodal .modalbody .primaryBtn {
  padding: 0.5em 2em;
  margin: 2em auto;
}

@media screen and (max-height: 680px) {
  .helpmodal .modalheader {
    height: 3em;
  }
  .helpmodal .modalbody .primaryBtn {
    padding: 0.5em 3em;
    margin: 1em auto;
    font-size: 2.5vh;
  }
  .title {
    font-size: 3vh;
  }
  .help_img {
    width: auto;
    height: 40vh;
  }
  .discription {
    font-size: 2vh;
  }
}

@media screen and (max-height: 450px) and (min-width: 480px) {
  .discription {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  .help_img {
    vertical-align: middle;
  }
}
/*# sourceMappingURL=carousel.css.map */