.slider__wrap {
  width: 100%;
  position: relative;
}

.height100 {
	height: 100%;
}

.item__slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.slider__arrow img {
	max-width: 100%;
}

.arrow__left {
  left: 25px;
}

.arrow__right {
  right: 25px;
}

.slider__container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.slider__text {
  line-height: 38px;
  max-width: 700px;
  width: 100%;
}

.empty__button {
  min-width: 240px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--cp_m);
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 40px;
  outline: none;
  text-decoration: none!important;
}

.slider__wrap .slick-dots {
  bottom: 17px;
}

.slider__wrap .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.28);
}

.slider__wrap .slick-dots li button:before {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* -- Video wallpapaer */
.video__wallpapers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__wallpapers video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__slider .slider__container {
  position: relative;
  z-index: 999;
}

@media(max-width: 1480px) {
	.slider__arrow img {
		max-width: 70%;
	}
}

@media(max-width: 1280px) {
	.slider__arrow img {
		max-width: 50%;
	}
}

@media(max-width: 768px) {
  .video__wallpapers {
    position: unset;
  }
  
  .video__wallpapers video {
    position: unset;
  }
}