.block-video-photo{text-align: center;padding: 10vh 0 0; margin: 0 auto;position: relative;overflow: hidden;}
.block-video-photo 	.section_title{width: 33.33%;min-width: 320px;margin: 0 auto;position: relative;left: -10.5vw;text-align: left;}
.block-video-photo .image_container{position: relative;}
.block-video-photo .image_container img{object-fit: contain; height: 100%; width: 100%;position: relative; z-index: 1;max-height: 70vh;}
.block-video-photo .bg_headline_container{position: absolute; width: 100%; left: 0 ; right: 0; margin: auto; text-align: center;top: 0;transform: translateY(-75%);z-index: 0;}
.block-video-photo .visual_container{margin:2vw auto 4vw; width: 90%;position: relative;}
.block-video-photo h4{width: 33.33%; min-width: 320px;margin: 0 auto 1rem; color:#FCC19A;text-align: left;}
.block-video-photo p{width: 33.33%; min-width: 320px;margin: 0 auto 1rem;text-align: left;}
.block-video-photo a.button{margin: 2rem 0;}
.block-video-photo h2.title{text-align: left;margin-top: 0;}
.video_container{
	position: relative;
	width: 100%;
}
.video_container .video_player:before{
	pointer-events: none;
	content: "";
	height: 112px;
	width: 112px;
	min-height: 1rem;
	min-width: 1rem;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='play' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112 112' style='enable-background:new 0 0 112 112;' xml:space='preserve'%3E%3Cpath id='triangle' style='fill:%23FFFFFF;' d='M69,56L49.5,67.3V44.7L69,56z'/%3E%3Ccircle id='circle' style='fill:none;stroke:%23FFFFFF;' cx='56' cy='56' r='55.5'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	opacity: 1;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.2s ease-in-out;
}
.video_container .video_player:after{
	pointer-events: none;
	content: "";
	height: 112px;
	width: 112px;
	min-height: 1rem;
	min-width: 1rem;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='pause' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 112 112' style='enable-background:new 0 0 112 112;' xml:space='preserve'%3E%3Ccircle style='fill:none;stroke:%23FFFFFF;' class='circle' cx='56' cy='56' r='55.5'/%3E%3Cpath style='fill:%23FFFFFF;' class='pause' d='M44.7,67.3h8.4V44.7h-8.4V67.3z M58.9,44.7v22.6h8.4V44.7H58.9z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	opacity: 0;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.2s ease-in-out;
}
.video_container .video_player{
	position: relative;
	background-color: #000;
}
.video_container .video_player:hover:before,
.video_container .video_player:hover:after{
	height: 120px;
	width: 120px;
}
.video_container .video_player.playing:before{
	opacity: 0;
}
.video_container .video_player.playing:hover:after{
	opacity: 1;
}
.video_container video {width: 100%;object-fit: cover;position: relative;height: 100%;display: block;max-height: 70vh;cursor: pointer;}
/* Hide Play button + controls on iOS */
.video_container video::-webkit-media-controls {display:none !important;}

.block-video-photo > h4:last-child{
	margin-bottom: 5rem;
	text-align: center;
}

/* iPhone 6+ portrait */
@media screen and (max-width: 414px) {
	.block-video-photo .section_title{
		transform: none;
		text-align: left;
		width: 80%;
		margin: auto;
	}
	.block-video-photo .visual_container{
		margin: 0 auto 2rem;
		width: 100%;
	}
	.video_container .video_player:before, .video_container .video_player:after{
		height: 85px;
		width: 85px;
	}
	.video_container .video_player:hover:before, .video_container .video_player:hover:after{
		height: 95px;
		width: 95px;
	}
	.block-video-photo h2.title{
		width: 80%;
		margin: 0 auto 1rem;
	}
	.block-video-photo .section_title{
			left: initial;
	}
}