.widget-welcome > .content > p {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	padding: 1em;
}
.widget-welcome > .content > span {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12.5em;
	display: block;
	min-height: 27em;
}

@media all and (min-width: 37em) {
	.widget-welcome > .content > span {
		background-size: 18.7em;
	}
}