.slide>img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
}
#slider-wrap .owl-item {
  overflow: hidden;
  left: -1px;
  right: -1px;
  position: relative;
  overflow: hidden;
}
.slide-button{
}
.slide-button-wrap{
}
.slide-button:hover{
}
.slide-button:hover a{
}
.home #slider-wrap.owl-loaded {
   overflow: hidden;
}
.slider-right-inner{
  background: none;
  color: #fff;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  right: -35px;
  height: 10%;
}
.slider-left-inner{
  background: none;
  color: #fff;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
  font-size: 35px;
  left: -35px;
  height: 10%;
}
.owl-carousel .owl-dot{
  background-color: transparent;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 3.5px;
}
.owl-carousel .owl-dot.active{
  background-color: #fff;
  width: 13.5px;
  height: 13.5px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 3.5px;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 9999999999999999999;
  bottom: 35px;
  position: absolute;
  opacity: 1;
}
@media (max-width: 767px) {
   .owl-carousel .owl-dots {
    display: none;
   }
}
