.banner_with_share_price_wrapper .banner_image_wrapper{
	padding: 50px 0;
}
.banner_with_share_price_wrapper .iframe_section{
	background: var(--pr-900);
	mix-blend-mode: multiply;
	/*opacity: 0.8;*/
	min-height: 317px;
    padding: 40px;
}
.banner_with_share_price_wrapper .banner_section{
	bottom: 140px;
	position: absolute;
}
.banner_main_wrapper .row > [class*="col-"],.banner_image_wrapper  .row > [class*="col-"] {
z-index:1;
}
@media screen and (max-width: 767px){
	.banner_with_share_price_wrapper .banner_section{
		position: unset;
		margin-bottom: 50px;		
	}
}