  html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  body {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    margin: 0px;
    padding: 0px;
    transition: background 0.2s linear;
  }

  footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

   footer a {
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 14px;
   }

   .container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
   }

   .owl-carousel div:not(.owl-dots):not(.carousel-caption), .owl-img.owl-carousel div:not(.owl-dots):not(.carousel-caption) {
    height: 100%;
}

.owl-carousel, .owl-img.owl-carousel {
    position: relative;
    height: 100%;
  }

.owl-carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel {
  position: relative;
}