div[id^='box_warsztat_'] label  { font-weight: bold; }
div[id^='box_warsztat_']   div.lectures-radios { margin-top: 40px; }

.banner-montessori{
	position: relative;
}
.banner__bg {
	background-size: contain;
	/*background-position: center 15%;*/
}
.banner__content{
	position: relative;
	display: block;
	width: 100%;
}
.con-logo{
	position: absolute;
	bottom: 0;
	right: 0;
}
.logo-img{
	max-width:160px;
}
.low{
	margin-top: 32%;
}
.banner__tint{
	background-color: rgba(0, 0, 0, 0);
	color: #3498db;
}

/*MEDIA*/
@media(max-width:767px){
	.logo-img{
		max-width:110px;
	}
}
@media(max-width:600px){
	.low{
		margin-top: 30%;
	}
}
@media(max-width:500px){
	.con-logo{
		bottom:-45px;
	}
	.logo-img{
		max-width:90px;
	}
}
@media(max-width:460px){
	.low{
		margin-top: 40%;
	}
}
@media(max-width:330px){
	.logo-img{
		max-width:50px;
	}
	.low{
		margin-top: 55%;
	}
}