.site-1500 {
  max-width: 1600px;   /* ciljna širina */
  width: 100%;
  margin: 0 auto;
  padding-inline: 16px;/* malo unutrašnjeg odmaka za mobilni */
}
body {
	background-color:#000!important;
}
.main-banner .slick-dots {
    bottom: 2rem;
}
/* Skeleton video-a {*/

/* Skeleton preko playera */
.video-player-wrapper { position: relative; }
.video-skeleton {
  position: absolute;
  inset: 0;
  z-index: 3;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(90deg, #040404 25%, #140a0a 37%, #040404 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer { 0% { background-position: 200% 0 } 100% { background-position: -200% 0 } }

.video-js .vjs-control-bar {
  background-color: rgb(43 51 63 / 0%);
}
