.homeslider-container {
  position: relative;
  margin-top: 2.3em;
}

.rslides {
  position: relative;
  width: 100%;
  opacity: 0;
  width: 100%;
  height: 24rem;
}

.rslides:after {
  content: "";
  display: table;
  clear: both;
}

.rslides.homeslider {
  opacity: 1;
  height: auto;
}

.rslides h2 {
  margin-bottom: 0.75em;
  font-size: 1.25rem;
}

.rslides h3,
.rslides p {
  font-size: 0.75rem;
}

.rslides h3 {
  font-weight: 600;
}

.rslides p {
  margin-top: 1em;
}

.rslides img {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rslides .slide {
  width: 100%;
}

.rslides .caption {
  position: absolute;
  z-index: 2;
  bottom: 7vw;
  left: 0;
  display: block;
  width: 100%;
  /* padding: 1rem; */
}

.rslides .caption .container {
  padding-left: 0;
  padding-right: 0;
}

.rslides .caption-content {
  padding: 0.75rem;
}

.homeslider_nav {
  display: none !important;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 3;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  line-height: 1;
  text-indent: -9999px;
  text-decoration: none;
  opacity: 0.7;
}

.homeslider_nav:before {
  content: "keyboard_arrow_left";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-family: "Material icons";
  font-size: 2rem;
  color: #db0f15;
}

.homeslider_nav:active {
  opacity: 1;
}

.homeslider_nav.next {
  left: auto;
  right: 0;
}

.homeslider_nav.next:before {
  content: "keyboard_arrow_right";
}

.homeslider_tabs {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em;
}

.homeslider_tabs li {
  display: block;
  line-height: 1;
  width: 15px;
  height: 15px;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-radius: 100%;
  border: 1px solid #f6f6f6;
  background-color: #f3f3f3;
  transition-property: background-color, border-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.homeslider_tabs li.homeslider_here {
  background-color: #db0f15;
  border-color: #db0f15;
  transition: all 0.3s ease;
  margin-top: -2px;
}

.homeslider_tabs a {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 600px) {
  .rslides .caption {
    bottom: auto;
    /*left: auto;*/
    top: 50%;
    /*left: 5vw;*/
    /*width: 45%;*/
    /*max-width: 20rem;*/
    /*padding: 2rem 2rem;*/
    margin: 0;
    transform: translateY(-50%);
  }

  .rslides .caption-content {
    max-width: 20rem;
    margin-left: 2rem;
  }

  .homeslider_nav {
    top: 50%;
  }
}

@media only screen and (min-width: 1320px) {
  .rslides .caption-content {
    margin-left: 0;
    padding: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .homeslider-container {
    margin-top: -1.4em;
  }
}