.mplus_video {
	position: relative;
	overflow-x: hidden;
}
header{
    position: relative;
    z-index: 2;
}
.mplus_video h1 {
	font: 52px/1 var(--zf-primary-extrabold);
	margin-bottom: 30px;
}
.mplus_video h2 {
	font: 42px/1 var(--zf-primary-extrabold);
	margin-bottom: 45px;
}
.mplus_video h3 {
	font: 32px/1 var(--zf-primary-bold);
	margin-bottom: 20px;
}
.mplus_video p,
.mplus_video a,
.mplus_video li,
.mplus_video span {
	font: 20px/1.6 var(--zf-primary-regular);
}
.mpv_bnr_sec {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 110px 0 90px;
	background: #d23246;
	flex-wrap: wrap;
	color: #fff;
}
.mpv_bnr_sec:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000, transparent 100%);
	z-index: 1;
	opacity: 0.3;
}
.bg_lazy_loaded.mpv_bnr_sec {
	background: #d23246 url(/sites/zweb/images/marketingplus/images/mph-feature-list-pattern-bg.png);
	background-size: 100% auto;
}
.mpv_bnr_container {
	position: relative;
	max-width: 680px;
	width: 100%;
	margin: 0px auto;
	z-index: 2;
}
.mpv_list_sec {
	padding: 120px 0px 75px;
	background: #f4e8e3;
}
.mpv_container {
	max-width: 1125px;
	width: 100%;
	margin: 0px auto;
}
.mpv_list_box {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.mpv_bnr_sec p,
.mpv_list_box:last-child {
	margin-bottom: 0px;
}
.mpv_list {
	max-width: 540px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 9px 25px 0px rgba(77, 95, 131, 0.1);
	cursor: pointer;
	transition: all 0.3s linear;
	margin-bottom: 45px;
}
.mpv_list:hover {
	transform: scale(1.02);
}
.mpv_video_link {
	color: unset;
}
.mpv_bg {
	position: relative;
	border-radius: 10px 10px 0px 0px;
	max-width: 100%;
	width: 100%;
	min-height: 337px;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mpv_bg:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #333;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	border-radius: 10px 10px 0px 0px;
}
.bg_lazy_loaded .mpv_bg1 {
	background: url(/sites/zweb/images/marketingplus/images/mp_overview_marketing_plus_thumb_2x.jpg);
	background-size: 540px auto;
}
.bg_lazy_loaded .mpv_bg2 {
	background: url(/sites/zweb/images/marketingplus/images/mp_overview_marketing_projects_thumb_2x.jpg);
	background-size: 540px auto;
}
.bg_lazy_loaded .mpv_bg3 {
	background: url(/sites/zweb/images/marketingplus/images/mp_getting_started_thumb_2x.jpg);
	background-size: 540px auto;
}
.bg_lazy_loaded .mpv_bg4 {
	background: url(/sites/zweb/images/marketingplus/images/mp_marketing_plus_cmos_thumb_2x.jpg);
	background-size: 540px auto;
}
.bg_lazy_loaded .mpv_bg5 {
	background: url(/sites/zweb/images/marketingplus/images/mp_for_marketing_teams_thumb_2x.jpg);
	background-size: 540px auto;
}
.mpv_play_icon {
	position: absolute;
	height: 61px;
	width: 61px;
	background: #000;
	border-radius: 50%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mpv_play_icon:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 39%;
}
.mplus_video .mpv_duration {
	font: 14px/1 var(--zf-secondary-medium);
	margin-bottom: 0px;
	padding: 5px;
	background: #d23246;
	border-radius: 4px;
	z-index: 1;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
}
.mpv_inr_box {
	border-radius: 0px 0px 10px 10px;
	background: #fff;
	padding: 45px 50px;
	box-sizing: border-box;
	max-width: 100%;
}
.mplus_video .mpv_inr_box p {
	font-size: 18px;
	margin-bottom: 0px;
}
@media(max-width: 1180px) {
	.mplus_video h1 {
		font-size: 44px;
	}
	.mplus_video h2 {
		font-size: 34px;
		text-align: center;
	}
	.mplus_video h3 {
		font-size: 26px;
	}
	.mpv_container {
		max-width: 90%;
	}
	.mpv_list_box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.mpv_list:hover {
		transform: unset;
	}
}
@media(max-width: 992px) {
	.mplus_video h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.mplus_video h2 {
		font-size: 28px;
	}
	.mplus_video h3 {
		font-size: 22px;
	}
	.mpv_bnr_sec {
		padding: 100px 0 60px;
	}
	.mpv_list_sec {
		padding: 60px 0px 30px;
	}
	.mpv_list,
	.mplus_video h2 {
		margin-bottom: 30px;
	}
}
@media(max-width: 768px) {
	.mpv_bnr_container {
		max-width: 90%;
	}
	.mpv_inr_box {
		padding: 25px;
	}
	.mpv_bg {
		min-height: unset;
		padding-bottom: 62.5%;
	}
	.bg_lazy_loaded .mpv_bg {
		background-size: cover;
	}
	.mpv_play_icon {
		top: calc(50% - 30.5px);
	}
}