@import "less/variables.less";
@media (max-width: @screen-sm-max) {
	.main h1 {
		border-bottom: 0;
		margin-bottom: 50px;
	}
	.latest_projects img {
		width: 100%;
		height: auto;
	}
}