_custom.scss 1.02 KB
.home-carousel {
    //background: url('../img/oblako_banner.jpg') 50% 0 no-repeat;
    background-size: cover;
}





@media (max-width: 992px) {
  .home-carousel {
      background-size: contain;
      background-position: 0 0;
      max-height: 326px;
      min-height: 326px !important;
  }
  .clients-text-bl{
    margin-bottom: 45px;
    margin-right: 100px;
  }
}

@media (max-width: 700px) {
  .home-carousel {
    max-height: 296px;
    min-height: 296px !important;
  }
}

@media (max-width: 580px) {
  .home-carousel {
    max-height: 240px;
    min-height: 240px !important;
  }
}

@media (max-width: 500px) {
  .home-carousel {
    max-height: 204px;
    min-height: 204px !important;
  }
  .navbar-brand {
    padding-right: 0;
    img {
      width: 120px;
      height: auto;
      margin-top: 8px;
    }
  }
}

@media (max-width: 400px) {
  .home-carousel {
    max-height: 160px;
    min-height: 160px !important;
  }
}

@media (max-width: 357px) {
  .home-carousel {
    max-height: 141px;
    min-height: 141px !important;
  }
}