.CSSgal {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* SLIDER */

.CSSgal .slider {
  height: 100%;
  white-space: nowrap;
  transition: 0.8s;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .slider .owl-nav {
  position: static;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: 0;
}

.CSSgal .slider .owl-nav button  {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 15px; /* If you want to place numbers */
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.7);
  border: 2px solid #86B625;
  font-size: 24px;
  color: #86B625;
}
.CSSgal .slider .owl-nav button:hover  {
  color: #FFFFFF;
}
.CSSgal .slider .owl-nav .owl-prev {
  left: 0;
  text-align: center;
  border-radius: 50%;
}
.CSSgal .slider .owl-nav .owl-next {
  right: 0;
  text-align: center;
  border-radius: 50%;
}

.CSSgal .slider .owl-nav button:hover {
  opacity: 1;
}

/* NAVIGATION */

.CSSgal .slider .owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: 100%;
  text-align: center;
  height: 35px;
  border-radius: 50%;
}
.CSSgal .slider .owl-dots button {
  padding: 0;
}
.CSSgal .slider .owl-dots button span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#FFFFFF;
}


/* YOU'RE THE DESIGNER!  / OVERRIDES HERE: */

.CSSgal .slider {
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.CSSgal .slider h2 {
  margin-top: 40vh;
  font-weight: 500;
  letter-spacing: -0.06em;
  word-spacing: 0.2em;
  font-size: 20px
}
