/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabVideoHeroBlock {
	height: 775px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.colabVideoHeroBlock video {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.colabVideoHeroBlock .wrapper {
	position: absolute;
    z-index: 1;
	text-align: center;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	font-size: 110px;
	line-height: 110px;
	color: var(--wp--preset--color--white);
	text-shadow: 0 0 40px rgba(0,0,0,1);
	margin-bottom: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	font-size: 34px;
	color: var(--wp--preset--color--white);
	font-weight: 700;
	text-shadow: 0 0 25px rgba(0,0,0,1);
}