.sss { height: 200px; background-size: cover !important; }
.sss .legend { top:50px; }

@media (min-width:48em) {
	.sss { height:320px; background-size: cover !important; }
	.sss .legend { top: 130px; }
}

@media (min-width:58em) {
	.sss { height:455px; background-size: cover !important; }
	.sss .legend { top: 180px; }
}