#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}


.content_block {
width: 100%;
max-width: 1100px;

background-color: #c2dde8;
padding: 10px;
color: #213f4c;
margin-top: 10px;
}

.imageblock {

	width: 100%;
	max-width: 1100px;
	height: 231px;
	background-color: #7ca9bc;

}

.apucnavigation {

   width: 100%;
   max-width: 1100px;
   margin-top: 5px;
  text-align: center;
  
  
 
}
.apucbutton {

	display: block;
	display: inline-block;
	width: 220px;
	height: 166px;
   /* float: left;*/
    margin-right: 10px;
    margin-top: 15px;

}
.apucbutton a:hover {

    opacity: 0.5;
}

}
.headerimage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    text-align: center;
    object-position: center left;
}
.headerimage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    text-align: center;
    object-position: center left;
}
.headerimageann {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: bottom left;
    text-align: center;
}