*{
 /*box-sizing: border-box;*/
}

body{

  /*overflow-x:hidden;*/
}

.v-header{
  height:75vh;
  display:flex;
  /*align-items:center;*/
}

.container{
  max-width:1080px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  /*text-align:center;*/
}

.fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:80vh;
  overflow:hidden;
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

.header-overlay{
  height:80vh;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1;
  /*background:#225470;*/
  background:#fff;
  opacity:0.7;
}

.header-content{
  z-index:2;
}
.header-menu{
  z-index:2;
  height:100px;
}
.header-content h1{

}

.header-content p{

}

.header-space{
    height: 50px;
    width: 100%;
    clear: both;
}

.header-center{

      height:90vh;
  display:flex;
  align-items:center;
}
.header-left-align{
    text-align: left;
    height: 60vh;
    align-items: center;
    display: flex;
}

.header-left-align .anotace-detail {margin-bottom: 0px; min-height: 200px;}

.header-left-align .anotace-detail .home-anotace {min-height: 300px;}

@media(max-width:960px){
  .container{
    padding-right:3rem;
    padding-left:3rem;
  }
}