/* Small viewports - Old monitors, netbooks, tablets (landscape), etc. */
@media only screen and (max-width: 965px) {
	.container {
	width: auto;
	}
	.work figure {
		width: 140px;
		height: 140px;
	}
}
