img.banner {
	width     : 100%;
	height    : 25rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

img.banner+small {
	margin-top      : -1.5rem;
	height          : 1.5rem;
	width           : auto;
	padding         : 0 1rem;
	background-color: white;
	display         : inline-block;
	vertical-align  : top;
}

body {
	min-height:100vh; /* 1 */
	display:flex; /* 2 */
	flex-direction:column; /* 3 */
}

.scroll{
	flex-grow:1;
}
