@media (min-width: 500px){
	body{
		background-image: url('img/graphic_element_six_dots.svg'), url('img/graphic_element_orange_shapes.svg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 102% 95%, 0% 90%;
		background-size: 15%, 19%;
	}
}
