/* Additional CSS - Loaded after compiled CSS from dev folder. */

img.home-invis-logo {
	max-width: 350px;
	position: absolute;
	right: 5%;
	top: 13%;
	width: 100%;
}
@media only screen and (max-width: 991px) {

	img.home-invis-logo {
		max-width: 300px;
		top: 3%;
	}
}
@media only screen and (max-width: 575px) {

	img.home-invis-logo {
		max-width: 200px;
		right: 2%;
		top: 2%;
	}
}