@media only screen and (max-width: 249px) {
	body::after{
		content: "";
		position: fixed;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #c80a5a;
		z-index: 999;
	}
	html[data-iframe] body::after{
		display: none;
	}
}