.at-highlight-wrapper {
  position: relative;
  margin: 0 -1.5vw 2em;
}
.owl-carousel--highlight .owl-stage {
  display: flex;
  padding-bottom: 10px;
}
.owl-carousel--highlight .owl-nav {
  top: 7vw;
  width: 98%;
  margin: 0 1%;
}



@media screen and (max-width: 991px) {
  .owl-carousel--highlight .owl-nav {
    top: 12vw;
  }
}



@media screen and (max-width: 680px) {
  .at-highlight-wrapper {
    margin: 0 0 2em;
  }
  .at-highlight-wrapper .owl-carousel--highlight .owl-stage-outer {
    overflow: visible;
  }
  .owl-carousel--highlight .owl-nav {
    top: 27vw;
    width: 102%;
    margin: 0 -1%;
  }
}