.logo {
		background-image: url('../img/logo.png');
    height: 222px;
    width: 409px;
		&:after {
				background-image: url("../img/bg-helper.png");
				content: "";
				display: block;
				height: 222px;
				margin-left: -389px;
				position: absolute;
				width: 389px;
		}
}