#backgroundvid {
	top: 0;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;


}



.v-header{
  align-items:center;
}


  section.jumbotron2 {
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; 
	  


}

  section.jumbotron2 h1 {
      font-size: 3em; }




#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
