.mw-figure {
	display: block;
	left: 10px;
	position: absolute;
	top: -160px;
	width: 120px;
	z-index: 1;
}
.mw-figure.king {
	top: -140px;
}

@media all and (max-width: 1849px){

	.no-animation .mw-figure {
		display: none;
	}

}
@media all and (min-width: 1130px){

	.mw-figure {
		top: -245px;
		width: 180px;
	}
	.mw-figure.king {
		top: -200px;
	}

}
@media all and (min-width: 1850px){

	.mw-figure {
		left: 50%;
		margin: 0 0 0 -950px;
		top: -200px;
		width: 300px;
	}
	.no-animation .mw-figure {
		top: -50px;
	}
	.intro .mw-figure {
		top: -365px;
	}
	.intro .mw-figure.king {
		top: -330px;
	}
	.intro .mw-figure.girl {
		top: -395px;
	}

}