.global-video-container {
	position: relative;
}
.global-video-container .video-poster img {
	width: 100%
}
.global-video-container .video-contents {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 0 20px;
	padding-bottom: 45px;
	text-align: center;
}
.global-video-container .video-title {
	margin-bottom: 15px;
}
.global-video-container .video-title h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: termina, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.875rem;
	line-height: 2rem;
	color: #fff;
}
.global-video-container .video-title h3 {
	font-family: plantin, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.375rem;
	line-height: 2.5rem;
	color: #fff;
}
.global-video-container .btn-play .button {
	display: block;
	padding: 0;
	padding-top: 14px;
	padding-left: 5px;
	margin: auto;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #fc936f;
	font-size: 18px;
	box-shadow: 0 4px 6px 4px rgba(35,55,71,0.07), 0 2px 2px 0 rgba(35,55,71,0.15);
}
.global-video-container .btn-play .button .fa {
}
/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile and Tablet***/ 
@media only screen and (max-width: 64em) {
	.global-video-container a {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.global-video-container .video-title h4 {
		font-family: termina, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 1.25rem;
		line-height: 1.375rem;
		color: #fff;
	}
	.global-video-container .video-title h3 {
		font-family: plantin, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.875rem;
		line-height: 2.1875rem;
		color: #fff;
	}
}
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {}

/*** Custom ? Maybe not needed ***/ 
@media (max-width: 47.9375em) {
	.global-video-container a {
		padding-top: 55px;
		padding-bottom: 60px;
	}
}

/* NEW STYLE VIDEO CALLOUT */
.global-video-container .desc-cont p {
	font-family: 'Diverda Sans W01 Light';
	font-size: 26px;
	line-height: 32px;
	color: #233747;
	margin-bottom: 36px;
}

.global-video-container .border {
	display: block;
	height: 3px;
	width: 74px;
	background-color: #fc9674;
	margin-bottom: 62px;
}

.global-video-container .play-cont {
	display: flex;
	align-items: center;
}

.global-video-container .play-cont a { padding: 0; }

.global-video-container .btn-new {
	transition: transform 0.3 ease-in-out;
	margin-right: 20px;
	margin-left: -10px;
}

.global-video-container .btn-new:hover,
.global-video-container .btn-new:focus {
	transform: scale(1.1);
}

.global-video-container .video-title-new {
	font-family: termina, sans-serif;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 1.01px;
	text-transform: uppercase;
}

.global-video-container .video-title-new span {
	display: inline-block;
	height: 2px;
	width: 48px;
	background-color: #233747;
}

@media only screen and (max-width: 40em) {
	.global-video-container .desc-cont p {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.global-video-container .border {
		margin-bottom: 43px;
	}
}