.guests{
	background-image: url('../images/paint1.min.png'), url('../images/paint2.min.png');
	background-position: left top, right bottom;
	background-size: 223px, 107px;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.guests{
		background-position: left 4rem, right bottom;
		background-size: 106px, 66px;
	}
}
@media (max-width: 668px) {
	.guests{
		background: none;
	}
}
