.fullscreen_video {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -10;
}

.img_transparency2 {
    opacity: 0.3;
    filter: alpha(opacity=40); /* For IE8 and earlier */ 
}

.img_transparency { 
    animation: fadeOut 8s forwards;
  -webkit-animation: fadeOut 8s forwards;
  -moz-animation: fadeOut 8s forwards;
  -o-animation: fadeOut 8s forwards;
  -ms-animation: fadeOut 8s forwards;
}

@keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0.4; }
  }
  
  @-moz-keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0.4; }
  }
  
  @-webkit-keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0,4; }
  }
  
  @-o-keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0.4; }
  }
  
  @-ms-keyframes fadeOut {
    100% { opacity: 1; }
    0% { opacity: 0.4; }
  }


.wrapperb {
        background:fixed white
		}
		
.img_transparency {

scale: 120%;
transform: translateY(27%);

}

.img_transparency2 {

    scale: 120%;
    transform: translateY(-56%);
    
    }


.fade {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-15%) translateY(-29%);
    z-index: -10;
}

.fade2 {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-15%) translateY(-25%);
    z-index: -10;
}


.linklinkedin {
    color: white;
    transform: translateY(500%);
    text-align: center;




}

.text {
   text-align: center;


}
