


/* Start:/group/help-together/style.css*/
.banners_carousel_box{
	position: relative;
	margin-bottom: 40px;
}

.main_arrows_news {
    position: absolute;
    top: -10px;
    right: 0px;
    margin-right: 0px;
}
@media screen and (min-width: 768px) {
	.main_arrows_news {
	    position: absolute;
	    top: -30px;
	    right: 0px;
	}
}
.banners_carousel_box_item{
	display:inline-block;
	 width: 100%;
	  margin : 0 auto;
}
.banners_carousel_box_item iframe{
	display: block;
	margin:0 auto;
}
@media screen and (min-width: 1024px){
	.b-about__paragraph_div {
	    padding: 0 165px 23px;
	}
}

.iframe_overlay_box{
	display: block;
	opacity: 0;
	z-index: 999;
	position: absolute;
		top:0px;
	bottom:0px;
	left:0px;
	right:0px;

}
/* End */
/* /group/help-together/style.css */
