/* Add here all your CSS customizations */

.hero-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-hero-carousel .owl-hero-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}
