.pangea_full_video_wrap {
    width:100%;
    height:100vh;
}
.pangea_full_video_inner {
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;

}
.top {
    width:100%;
    max-width:600px;
}
.pangea_full_video_inner > video {
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    object-fit: cover;
}



@media(max-width:767px) {
    .intro > h1 {
        text-align: center;
        line-height:1;
    }
}