
/*
@media( max-width: 980px )
{
	.sectionbanner_rounded { height: auto; min-height: 580px; }
	.sectionbanner_rounded, .sectionbanner_rounded .imagebg { background-image: none; }
	.sectionbanner_rounded .image { opacity: 0.1; }
}

@media( max-width: 820px )
{
	.sectionbanner_rounded .rightcolumn { left: auto; right: 0px; width: 410px; border: none; }
	.sectionbanner_default { height: auto; }
	.sectionbanner_default .leftcolumn { float: none; width: 100%; max-width: none; padding: 40px 10px 0px 10px; text-align: center; }
	.sectionbanner_default .rightcolumn { float: none; width: 100%; max-width: none; padding: 0px 10px 40px 10px; text-align: center; }
	.sectionbanner_default .image { padding: 0px; }
}
*/



/* 
@media( max-width: 600px )
{

	.sectionwrapper:nth-of-type(odd) .sectionbanner_rounded .leftcolumn {padding-right:25px; width: 50%;}
  .sectionwrapper:nth-of-type(even) .sectionbanner_rounded .rightcolumn {padding-right:25px;width: 50%;}

	.sectionbanner_rounded .banner-inner {display: flex;flex-direction: column;padding: 0px 0px 0px 0px;}

	.sectionbanner_rounded .leftcolumn {position: relative;padding-top: 20px;padding-bottom: 60px; padding-left: 20px; text-align: left;}
	.sectionbanner_rounded .rightcolumn {order:-1;display: block;position: static; width: 100% !important;border-radius: 20px 20px 0px 0px;width: 50%;}
	.sectionbanner_rounded .rightcolumn .imagebg {/padding-left: 0;}
    
    .sectionwrapper:nth-of-type(even) .sectionbanner_rounded .rightcolumn { padding-right: 0;}
    .sectionwrapper:nth-of-type(even) .sectionbanner_rounded .leftcolumn {max-width: 100%;padding-top: 20px;padding-bottom: 60px;padding-left: 20px;padding-right: 55px;}

    .our-history .ourfuture .sectionbanner_rounded .rightcolumn .imagebg .image,
    .our-team .ourvacancies .sectionbanner_rounded .rightcolumn .imagebg .image,
    .why-jlgb .friendship .sectionbanner_rounded .rightcolumn .imagebg .image,
    .parents .years9-10 .sectionbanner_rounded .rightcolumn .imagebg .image,
    .parents .years11-13 .sectionbanner_rounded .rightcolumn .imagebg .image,
    .parents .years9-10 .sectionbanner_rounded .rightcolumn .imagebg .image,
    .parents .moreinformation .sectionbanner_rounded .rightcolumn .imagebg .image,
    .support-jlgb .support .sectionbanner_rounded .rightcolumn .imagebg .image,
    .support-jlgb .patronage .sectionbanner_rounded .rightcolumn .imagebg .image,
    .support-jlgb .moreinformation .sectionbanner_rounded .rightcolumn .imagebg .image
		{background-position-y: -90px;}
		
		.sectionbanner h2{font-size: 180%; line-height: 1;}
		.sectionbanner .description{line-height: 1.2; font-size: 90%;}
		.sectionbanner_rounded .image {border: 7px solid #ffffff;max-width: 100%;background-size: cover;border-radius: 100%;}

} */