/* LOGO ************************************************************************/

/* Logo */
.mod_logo {position:absolute;top:1.125em;left:2.25em;z-index:10000000;}
.mod_logo figure img {width:112px;}

@media screen and (min-width:768px) {
	.mod_logo {top:2.25em;left:3.375em;}
	.mod_logo figure img {width:128px;}
}
@media screen and (min-width:1536px) {
	.mod_logo {top:2.25em;left:4.5em;}
	.mod_logo figure img {width:144px;}
}

/* Logobanner */
.mod_logobanner {position:absolute;top:4.25em;left:-1.125em;z-index:10000000;}
.mod_logobanner figure img {width:256px;}

@media screen and (min-width:768px) {
	.mod_logobanner {top:6.1875em;left:-0.5625em;}
	.mod_logobanner figure img {width:296px;}
}
@media screen and (min-width:1536px) {
	.mod_logobanner {top:6.75em;left:0em;}
	.mod_logobanner figure img {width:336px;}
}