/* ================================================================
   Uniek platform om innovatie te organiseren en te stimuleren
   assets/css/uniek-platform-om-innovatie-te-organiseren-en-te-stimuleren.css
   ================================================================ */

/* ---- Responsive video embed ---- */
.up-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 28px rgba(0,0,0,0.14);
          box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}
.up-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ---- Hero section-tag: white variant for video overlay ---- */
.up-hero-tag {
  color: rgba(255,255,255,0.78) !important;
  background: rgba(255,255,255,0.1) !important;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .up-video-wrapper { border-radius: 10px; }
}
@media (max-width: 768px) {
  .up-video-wrapper {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.10);
            box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  }
}
