.map {
	border: solid 4px #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem;
	width: 100%;

	height: 400px;
	max-height: 50%;
}

.map:hover, .thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); 
}

label {
    display: block;
    margin: 0;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.8;
    color: #e0e0e0;
}