.banner-outer-text {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    bottom: 0px;
    display: flex;
    align-items: center;
    z-index: 9;
}
.banner{
    float: left;
    width: 100%;
    min-height: auto;
    height: 45vw;
    max-height: 610px;
}

.banner-outer {
    position: relative;
    height: 100%;
}
.banner-outer::after {
	position: absolute;
	content: '';
	background: url(../images/curve-white.png) 0 0 no-repeat;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0;
	background-size: 100% 52px;
	background-position: bottom center;
}
.banner-outer img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.white_paper_text h2{ text-align:left;}
.banner-text-main h4 {
    font: 16px/19px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.banner-text-main h1 {
    font: 65px/75px "Biennale";
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
.banner-text-main {
    position: relative;
    top: 16px;
}



.webinar {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.webinar_inner {
	background: #F4F5F7;
	padding: 60px 25px 25px 25px;
	float: left;
	width: 100%;
}


.webinar .head{ text-align:center;}

.webinar_inner .breadcrumbs {
	display: flex;
	border-bottom: 1px solid #929499;
	padding-bottom: 15px; margin-bottom:20px;
	justify-content: space-between !important;
}

.webinar_inner .breadcrumbs li {
	color: #6B707E;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 20px; position:static !important;
}
.webinar_inner .breadcrumbs li::before {
	background: url(../images/double-right.png) no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	left: -3px;
	top: 8px;
	content: "";
}
.webinar_inner .breadcrumbs li:first-child{ padding-left:0;}
.webinar_inner .breadcrumbs li:first-child:before{ content:none;}
.webinar_inner .breadcrumbs li a{ color:#F26522; text-transform: uppercase;}

.webinar_inner h5{ color:#4D4D4F; font:16px/20px 'Biennale'; font-weight: 600; margin-bottom:20px;}

.webinar_inner .speakers {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center; margin-bottom:20px;
}
.webinar_inner .speakers b{color:#000; font:24px/26px 'Biennale'; font-weight: 600;}
.webinar_inner .speakers small{color:#F26522; font:16px/22px 'Biennale'; font-weight: 400;}
.webinar_inner .profile {
	display: flex;
	border-bottom: 1px solid #929499;
	padding-bottom: 25px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.webinar_inner .profile li {
	width: 50%;
	display: flex;
	align-items: center;
	color: #000;
	font: 16px/25px 'Biennale';
	font-weight: 500;
	margin: 15px 0;
	padding-right: 10px;
}

.webinar_inner .profile li .profile_pic {
	margin: 0 15px 0 0; width:90px; height:90px;
}

.webinar_inner .profile li .profile_pic img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border-radius: 100%;
	width:90px; height:90px; object-fit:cover;
}


.webinar_inner h3 {
	color: #000;
	font: 24px/26px 'Biennale';
	font-weight: 500;
	margin-bottom: 20px;
}

.webinar_inner ul.time {
	display: flex;
	justify-content: space-between;
}
.webinar_inner ul.time li {
	color: #4D4D4F;
	font: 16px/20px 'Biennale';
	font-weight: 300;
	padding: 0 15px;
}
.webinar_inner ul.time li b{ color:#000; font-weight: 500;}
.webinar_inner ul.time li:first-child{ padding-left:0}
.webinar_inner ul.time li:last-child{ padding-right:0}


.webinar_inner .video_box {
	width: 100%;
	position: relative;
	margin: 25px 0 0 0;
}
.webinar_inner .video_box > img{width:100%; height:auto;}
.webinar_inner .video_box .play_icon{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%)}
.webinar_inner .video_box .play_icon img{ max-width:100px}
.back_link {
	color: #F26522;
	font: 18px/22px 'Biennale';
	font-weight: 500;
	margin: 30px 0;
	display: inline-flex;
}

.back_link img {
	max-height: 13px;
	position: relative;
	top: 5px;
	right: 0px;
	margin-right: 8px;
}
/*.video_box iframe {
    display: none;
}*/

.video_box iframe {
    filter: none !important;
}
.webinar_inner .breadcrumbs li::before {
	background: url(../images/double-right.png) no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	left: -3px;
	top: 8px;
	content: "";
}
.left_count .btn_row .register {
	background: #F26522;
	height: 40px;
	max-width: 240px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	font-family: 'Biennale';
	width: 100%;
	border: 1px solid #F26522;
	border-radius: 100px;
	font-weight: 500;
	cursor: pointer;
	transition: all ease 600ms;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-indent: -24px;
}

.left_count .btn_row .register:hover {
	color: #F26522;
	box-shadow: inset 250px 0 0 0 rgba(255, 255, 255, 1);
	border: 1px solid #F26522;
}
.left_count .btn_row .register:hover img {
	display: none;
}
.left_count .btn_row .register:hover img.hover {
	display: block;
}
.register img {
	/* margin-bottom: 1px; */
	position: absolute;
	top: 14px;
	right: 60px;
}
.left_count .btn_row .register img.hover {
	display: none;
}

.left_count{ margin:30px 0;}


.video_box .mbYTP_wrapper iframe {
    height: 850px !important;
    max-width: 100%!important;
    margin-left: 0px !important;
}
.webinar_inner .video_box .inline-YTPlayer{ max-width:100% !important; width:100%;}




@media only screen and (min-width:768px) and (max-width:1024px){
.video_box .mbYTP_wrapper iframe {
	height: 614px !important;
	max-width: 100% !important;
	margin-top: -76px !important;
}
	
}

@media only screen and (min-width:768px) and (max-width:991px){
	.webinar_inner {
	display: flex;
	flex-direction: column;
}
.webinar_inner .breadcrumbs {
	display: flex;
	border-bottom: 1px solid #929499;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.webinar_inner .search_box {
	position: static;
	top: 17px;
	right: 315px;
	max-width: 100%;
	width: 100%;
	margin-bottom: 25px;
}
	
}

@media only screen and (max-width:767px){
.webinar_inner .breadcrumbs {
	display: flex;
	flex-direction: column;
}
.webinar_inner .breadcrumbs li::before {
	transform: rotate(90deg);
}
.webinar_inner {
	padding: 20px 15px;
	width: 100%;
}
.webinar_inner .speakers {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.webinar_inner .speakers b {
	margin-bottom: 15px;
}
.webinar_inner .profile {
	flex-direction: column; display: flex;
}
.webinar_inner .profile li{width:100%; margin-bottom:20px;}
.inlinePlayButton, .inlinePlayButtonMobile {
	
	font-size: 30px !important;
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;

}
.webinar_inner .breadcrumbs li{ text-align:center;}
.webinar_inner .breadcrumbs li.last span{ display:inline-block; width:100%; text-align:center;}
.video_box .mbYTP_wrapper iframe {
	max-height: 440px !important;
	max-width: 100% !important;
	margin-left: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}
}


@media only screen and (max-width:479px){
.video_box .mbYTP_wrapper iframe {
	max-height: 320px !important;
	max-width: 100% !important;
	margin-top: -48px !important;
	width: 100% !important;
	/* max-width: 100% !important; */
}
	
}

