.vc_jr_collection_texts_container, .vc_jr_collection_images_container {
	float: left;
}

.vc_jr_collection .jr-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.vc_jr_collection_texts_container {
	width: 40%;
}

.vc_jr_collection_images_container {
	width: 60%;
}

.vc_jr_collection_images_container {
	position: relative;
	min-height: 500px;
}

img.vc_jr_collection_image.material_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}

.vc_jr_collection_images_container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 68%;
	height: 70%;
	background: #eeeeee;
	z-index: 0;
}

img.vc_jr_collection_image.single_product {
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 45%;
}

.vc_jr_collection_image.scenario {
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 37.5%;
	height: 54%;
	background-size: cover;
}

.vc_jr_collection_description_container .jr-bt{
	margin-top: 20px;
	display: inline-block;
}


@media screen and (max-width: 768px){

	.vc_jr_collection_images_container {
		min-height: 400px;
	}

	.vc_jr_collection_texts_container, .vc_jr_collection_images_container {
		float: none;
		width: 100%;
	}

	.vc_jr_collection > .jr-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.vc_jr_collection_texts_container {
		order: 2;
		margin-top: 30px;
	}

	.vc_jr_collection_images_container {
		margin-top: 0;
	}

	.vc_jr_collection_image.scenario {
		left: 0;
	}

	img.vc_jr_collection_image.single_product{

		right: 19%;
		width: 36%;

	}

}

@media screen and (max-width: 600px){

	.vc_jr_collection_images_container {
		min-height: 250px;
	}

	.vc_jr_collection_image.scenario {
		height: 55%;
	}

}


@media screen and (max-width: 425px){

	.vc_jr_collection_image.scenario {
		height: 40%;
	}
	img.vc_jr_collection_image.single_product{
		bottom: 40%;
	}
}