.owl-carousel {
  width: 100%;
  position: relative;
  top: 0px;
  left:0px;
  overflow: hidden;
  padding-top: 100px;
}


.owl-no-padding {
  padding-top: 0px;
}

@media (min-width: 1300px) {

.owl-carousel {
  height: 100%;
  padding-top: 0px;
}

.owl-carousel .owl-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

}