/* stampy */
.stamp {
	width: 440px;
	height: 440px;
	position: absolute;
	right: 15%;
	bottom: -90px;
	z-index: 9;
	pointer-events: none;
	overflow: hidden;
}
.live-cases-wrap .stamp {
	width: 240px;
	height: 240px;
	right: -5%;
	top: -5%;
}
.stamp .stamp-front {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.stamp img {
	display: block;
	width: 100%;
}
body.__home .stamp .stamp-front {
	transform: rotate(10deg);
}
@media screen and (max-width: 1920px) {
	.stamp {
		width: 300px;
		height: 300px;
		right: 7%;
		bottom: -60px;
	}
}
@media screen and (max-width: 1200px) {
	.live-cases-wrap .stamp {
		right: -30px;
		top: -30px;
		width: 130px;
		height: 130px;
	}
}
@media screen and (max-width: 500px) {
	.stamp {
		width: 130px;
		height: 130px;
		right: 5%;
		bottom: -65px;
	}
	.live-cases-wrap .stamp {
		width: 130px;
		height: 130px;
		right: -3%;
		top: -50px;
	}
}
