.kombinace-barvaimage {
	width: 100%;
	display: block;
	min-height: 450px;
	background-size: cover;
	position: relative;
	padding-bottom: 20px;
}

.banner-img-leva {
	height: 100%;
	position: absolute;
	width: 50%;
	right: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.banner-img-prava {
	height: 100%;
	position: absolute;
	width: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}



@media screen and (max-width: 766px) {
.banner-img-leva {
	height: 300px;
	position: relative;
	width: 100%;
	right: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.banner-img-prava {
	height: 300px;
	position: relative;
	width: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
}