body {
		padding: 48px;
		background-color: #eee;
}

img {
		width: 95%;
		box-shadow: 2px 2px 4px #000000;
}

img:hover {
		outline: 10px solid #ff6d3c;
}

.image-row {
		display: flex;
		justify-content: space-between;
}

@media(max-width:500px) {
		.image-row {
				flex-direction: column;
				margin: -10px 0 0 0;
		}
		.image-row > * {
				margin-top: 10px;
		}
}
