#primary-hero-mask{
	mask-image: url('../assets/img/mtn-cut-out.png');
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: top center;
}
#video-container{
	mask-image: url('../assets/img/mtn-outiline-lg-top.png');
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: top center;
	background-size: contain;
	background-position: center center;
	background-color: #000;
	background-repeat: no-repeat;
	top: -65px;
}
.video-container video{
	mask-image: url('../assets/img/mtn-outiline-lg-top.png');
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: top center;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	height: 128%;
}

@media (max-width: 860px){
	#video-container{
		top: -35px;
	}
}