video {
	position: absolute;
	top: 50%;
	left: 50%;
    opacity: 0.7;
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
}

  
 
  .services svg {
	position: absolute;
	left: -20px;
	top: calc(50% - 30px);
	height: 128px;
	width: 128px;
	z-index:-1;
  }


#footer img.logo-footer {
	max-height:60%;
    height: 64px;
  }