@media only screen and (max-width: 2000px){

	.page-node-type-frontpage #main{
		background-image: url(images/canoe.svg);
		background-attachment: fixed;
		background-size: 650px;
		background-position: top 110px right 20px;
		background-repeat: no-repeat;
	}

}

@media only screen and (max-width: 700px){

	.cookiesjsr-banner{
		max-width: 100%;
		left: 0;
		bottom: 0;
	}

	.cookiesjsr-btn{
		width: auto;
	}
	
}