.homeslider-container {
  /* margin-bottom: 50px; */
  position: relative;
  /* float: left; */
  width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  /* overflow: hidden; */
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: relative; left: 0; top: 0;
  width: 100%;
  display: none;
}

.rslides li:first-child,
.rslides.rslides-slick-init li {
  display: block;
}

.rslides li ~ li {
  position: absolute; left: 0; top: 0;
  width: 100%;
  z-index: -1;
}

.rslides .slide-content {
  overflow: hidden;
  max-height: 800px;
}

.rslides .slide-content > img {
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rslides .video {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 800px;
	overflow: hidden;
	position: relative;
}

.rslides iframe {
  border-width: 0;
  aspect-ratio: calc(16 / 9);
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
	/* position: absolute; left: 0; top: 0; */
	/* width: 100%; */
}

.strengths {
  position: absolute;
  z-index: 9!important;
}

#home .rslides .teaser {
  padding: 3rem 0;
  position: absolute;
  z-index: 2;
}

@media (min-wdith: 1025px) {
  #home .rslides .teaser {
    padding: 0;
  }
}

.rslides .collection_img {
  display: block;
  height: auto;
  max-width: 100%;
}

.rslides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 100px;
  right: 45%;
  z-index: 20;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 30px;
  width: 15px;
  background: transparent url("../../../../../modules/nkmhomeslider/arrow-blue.png") no-repeat;
  background-size: 15px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.prev {
  left: auto;
  left: 45%;
  transform: rotate(180deg);
}

.homeslider_tabs {
  position: absolute;
  line-height: 0;
  bottom: 90px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

.homeslider_tabs li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.homeslider_tabs li.homeslider_here a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .homeslider_nav {
    right: 40%;
    bottom: 65px;
  }
  .homeslider_nav.prev {
    left: 40%;
  }
  .homeslider_tabs {
    bottom: 55px;
  }
}