

@media (min-width: 1200px) {
	#wrapper {
		background-size: 50%;
		background-position: top 50px right;
	}
}

@media (min-width: 1400px) {
	#wrapper {
		background-size: 40%;
		background-position: top 50px right 100px;
	}
}

@media (min-width: 1400px) {
	#wrapper {
		background-size: 40%;
		background-position: top 50px right 100px;
	}
}


@media (min-width: 992px) {
	#wrapper {
		background-image: url(/Portals/0/assets/elements/element1.png?v=1);
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: top 50px right;	
	}
}

