#headervideo {
  position: relative;
  background-color: black;
  */height: 75vh;*/
  min-height: 45rem;
  width: 100%;
  overflow: hidden;
}

#headervideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#headervideo .container {
  position: relative;
  z-index: 2;
}

#headervideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.h-flex {display:flex;justify-content::space-between;align-items:center;width:100%;margin:20px 0}
.f-lead {width:55%}
.slika {width:45%;}
.f-lead p.f-text {text-align:justify; text-indent: 20px;padding:0 30px; font-size:1em;line-height: 1.5em;}

@media (max-width: 767px){
  .h-flex {flex-wrap:wrap;justify-content:center;align-items:top;}
  .f-lead {width:100%}
  /*.slika {width:100%;height:300px; padding-left:30px;}*/
  .slika {width:100%}
  .f-lead p.f-text {width:100%;margin:0;text-align:justify; padding:30px; font-size:0.9em;line-height: 1.4em;}
  .partners ul li{
  display: inline-block;
  float: left;
  width: 25%;
}
}


/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (max-width: 480px) and (hover: none) {



}
