/* Wrapper slidera */
.content-mass-top .owl-carousel.owl-theme {
  max-width: 1200px !important; /* ograniči širinu */
  margin: 0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

/* Slike unutar slidera */
.content-mass-top .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}