.vc_jr_collection_banner {
	height: 555px;
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product_collection_banner {
	padding-top: 50px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px){
	.vc_jr_collection_banner {
		height: 300px;
	}
}