.opacFull {
  opacity: 1 !important;
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}
.slider-container ul{
  padding:0px;
  margin:0px;
  
}
.site-slider {
  position: relative;
}
.site-slider li {
  line-height: 0;
  list-style: none;
}

.site-slider .slider-img {
  width: 100%;
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}
.site-slider .slide__img img {
  width: 100%; 
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
   overflow:hidden;
       -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat; 
}
 @media (max-width: 750px) {
 
  .site-slider .slide__img img {
   overflow:hidden;
       -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: auto;
  height: 40vh;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat; 
  }
 .site-slider slider-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width:100%;
}
 /*.slide .slide__content--headings h2 {
  font-size: 30px !important;
  margin: 0px;
  padding:0px;
   color: #fff !important;
   text-shadow:0px 0px 2px #1c1c1c;
}
.slide .slide__content--headings p {
  font-size: 18px;
  margin: 5px;
   color: #fff;
   text-shadow:1px 1px 2px #1c1c1c;
}*/
}
.slider-text {
  position: absolute;
  top: 50%;
  left: 5%;
  width:50%;
  line-height: normal;
  color: #fff;
  transform: translateY(-50%);
}

.slider-text h3 {
  font-size: 3.5vw;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0;
  color:#fff !important;
  text-shadow:1px 1px 10px #1c1c1c;
  text-transform:uppercase;
}
.slider-text p {
  font-size: 1.8vw;
  opacity: 0;
   color:#fff !important;
  text-shadow:1px 1px 10px #1c1c1c;
  margin:5px 0px 5px; 
  padding:0px;
  line-height:normal;
}

.slider-text .ban-btn {
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  background-color: #1c1c1c;
  webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;
  padding: 1vh 2.5vh 1vh;
  margin-top:1.5vw !important;
  border-radius:50px;
  border:1PX solid #fff;
  display:inline-block; 
}

.slider-text .ban-btn:hover, .slider-text .ban-btn:focus {
  color: #444444;
  background-color: #fff;
   border:1PX solid #2c2c2c;
  -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  display: block;
  margin: 10px 0;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  background: #444444;
  transform: scale(1.5);
}

.animate-in-fast {
  animation: in-fast 1000ms ease-in-out forwards;
}

@keyframes in-fast {
  0% {
    opacity: 0;
    transform: translateX(-3em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-in-slow {
  animation: in-slow 1000ms linear forwards;
}

@keyframes in-slow {
  0% {
    opacity: 0;
    transform: translateX(3em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.owl-thumbs{}
.owl-thumbs .owl-thumb-item{
  height:150px;
  width: 100%;
  max-width:150px;
  background: transparent;
  border: none;
  overflow: hidden;
}
.owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}