
/* can hands home hero */
.hero--getstuckin {
	height:48vw;
	max-height:none; 
	background:#000;
	clip-path: polygon(0 0, 100% 0%, 100% 91%, 50% 96%, 0 91%);
    z-index: 3;
    margin-bottom: -8em;
}
.hero--getstuckin .content_wrapper::before {
	height:85%; 
}
.hero--getstuckin h1 {
	color:#ffb100;
	letter-spacing:0.05em;
	color:#fff; text-shadow:0.1em 0.1em 0 #EA002A;
}
.hero--getstuckin .rich-text {
	padding-right:50%;
}
.hero--getstuckin .button-cta { 
	box-shadow: 0.25em 0.25em 0em #fff; 
}
.hero--getstuckin .button-cta:hover { 
	box-shadow: 0.3em 0.3em 0.05em rgba(255,255,255,0.8); 
}

.hero--getstuckin::before {
	border-right: none;
	border-left:  none;
	border-bottom: none;
	z-index:2;
}
.hero--getstuckin-video,
.hero--getstuckin-video video { width: 112%;height:100%;position:absolute;top: 3%; left:0;object-fit:cover;}

@media (min-width:75em) {
	.hero--getstuckin h1 {
		font-size:3.8em
	}
}

.pagehero.hero--homehalo {
	margin-bottom:0; 
}
.pagehero.hero--homehalo::before {
	border-top: 7vw solid transparent;
	border-right: 50vw solid #f29c00;
	border-left: 50vw solid #f29c00;
	border-bottom: 1em solid #f29c00;
	z-index:2;
}

@media (min-width: 48em){
	.hero--getstuckin {
		clip-path: polygon(0 0, 100% 0%, 100% 81%, 50% 96%, 0 81%);
		margin-bottom: -11vw;
	}
.hero--getstuckin  > section > img, .hero--getstuckin  > section > picture img {
    max-height: none;
    height: auto;
    min-width: 0;
}
}

