.ac_wrapper {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    z-index: 999;
  }
  
  .ac_bgvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .ac_link {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 200;	
    font-size: 2em;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
  }
  
  .ac_link span {
   display: block;
    padding: 2em;
  }
  
  .ac_main_video {
    width: 50vw;
    height: 85vh;
    justify-content: flex-start;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 1;
  }
  
  .ac_second_video {
    width: 42vh;
    height: 48vh;
    position: absolute;
    bottom: 0%;
    right: 50%;
    margin: -21vh -21vh 0 0;
    z-index:2;
    /*justify-content: flex-end;*/
  }
  
  .ac_bgvideo video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    z-index:1;
  }

.ac_video_container {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
  	z-index: 999;	
    background: #000;
}
  
  .ac_video_container .ac_link {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }

.ac_open {
	display: block;
}
  
  
.vimeo_block {
    position: fixed;
z-index: 2;
width: 100vw;
height: 100vh;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

#bgvid3 {
    display:block;
    z-index:2;
    pointer-events: none;
    animation: fadeOut 1s ease-in;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index:3;
}

#bgvid2 {
    position: fixed;
    bottom: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(0);
    background-size: cover;

}

@keyframes fadeOut{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
