body {
	background-color: transparent;
}
.video_player_box {
	max-width: 1550px;
	padding-bottom: 73px;
}
.video_player_box .plyr{
	margin: 0 auto;
}
#vidMenuBTN1 {
	display: block;
}

#playerThumbnail {
	display: none;
}

#popup-vid-cta input {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: "Montserrat-Regular";
	color: #2c3e50;
	font-size: 13px;
}
.popup-vid-content {
	max-width: 750px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#popup-vid-cta .submitBtn {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 24px;
	font-family: "Montserrat-Bold" !important;
	padding: 18px 70px;
	border-radius: 30px;
	text-decoration: none;
	display: block;
}
.close-btn:hover {
	opacity: 1;
}
#playerneos_22 .popup-vid-cta-wrap {
	/* display: flex; */
	height: 100%;
	justify-content: center;
	align-items: center;
}
#playerneos_22 .popup-vid-cta-wrap .popup-cta-button {
	margin: 0 auto;
	text-align: center;
}
.popup-cta-button {
	text-align: center;
}
#playerneos_23 .popup-vid-cta-wrap {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#popup-vid-cta .close-btn {
	color: #fff;
}
/*#unmute_wrapper {*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 42%;*/
	/*z-index: 999;*/
	/*transform: translate(-50%, 50%);*/
/*}*/
/*#unmute {*/
	/*color: white !important;*/
	/*background: black;*/
	/*padding: 2px 5px;*/
	/*border-radius: 4px;*/
	/*font-size: 22pt;*/
	/*text-decoration: none;*/
	/*opacity: 0.8;*/
	/*display: none;*/
/*}*/

#unmute_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	display: flex;
	align-items: center;
}

#unmute {
	color: white !important;
	background: black;
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 22pt;
	text-decoration: none;
	opacity: 0.8;
	display: none;
	max-width: 255px;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	margin-top: -87px;
}


#unmute img {
	height: 25px;
	margin-right: 6px;
}
@media screen and (max-width: 980px) {
	/*#unmute_wrapper {*/
		/*top: 40%;*/
	/*}*/
}
@media screen and (max-width: 767px) {
	/*#unmute_wrapper {*/
		/*top: 37%;*/
	/*}*/
}
@media screen and (max-width: 590px) {
	.vid_menu_buttons {
		/* position: relative; */
		top: 0;
		left: -2px;
	}
	#vid-social-share {
		right: 0 !important;
		/* position: relative; */
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	#vid-social-share a {
		display: inline-block;
		vertical-align: top;
		margin: 12px 5px;
	}
	#countDown-cont {
		margin-top: 20px;
	}
	#vidCdowntimer .count {
		font-size: 22px;
		line-height: 22px;
	}
	#vidCdowntimer .text {
		font-size: 10px;
		line-height: 20px;
		text-transform: uppercase;
	}
	/*#unmute_wrapper {*/
		/*top: 22%;*/
	/*}*/
}

@media screen and (max-width: 440px) {
	#unmute {
		font-size: 16pt;
	}
	/*#unmute_wrapper {*/
		/*top: 20%;*/
	/*}*/
}



