/*
	HOME
-------- */
#home-about{
	position:relative;
}
#home-about h2{
	margin:0 0 20px 0;
}
#home-about .image{
	height:200px;
	width:200px;
	border-radius:50%;
	display:inline-block;
}
@media(min-width:768px){
	#home-about .image{
		margin-top:15px;
	}
}
@media(min-width:992px){
	#home-about .image{
		height:250px;
		width:250px;
	}
}

#machine{
	text-align:right;
}
#machine img{
	max-width:80%;
	padding-right:15%;
	margin-bottom:-15%;
}