.watermark {
	position: fixed;
	bottom: 10px;
	right: 65px;
	width: 170px;
	height: 40px;
	background-image: url('logo-easy-header.svg');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.65;
	pointer-events: none;
	z-index: 9999;
}

@media (max-width: 600px) {
	.watermark {
		display: none;
	}
}