@media only screen and (max-width: 480px) {
	.hero-image {
		width: 100%;
	}
	.work-image {
		width:100%;
		padding-left: 10px;
	}
}
