/*.me-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	max-width: 30vw;
	height: 150px;
	max-height: 30vw;
	margin-bottom: 2px;
}*/
.me-image1 {
	background-image: url('/img/me/c-eagle.jpg');
	background-position: 50% 50%;
}
.me-image2 {
	background-image: url('/img/me/c-eagle2.jpg');
	background-position: 50% 10%;
}
.me-image3 {
	background-image: url('/img/me/cea2017-04.jpg');
	background-position: 50% 50%;
}
.me-image4 {
	background-image: url('/img/me/cea2015-01.jpg');
	background-position: 50% 50%;
}
.me-image5 {
	background-image: url('/img/me/cea2019-01.jpg');
	background-position: 50% 50%;
}

/*.sectionWrapper .me-image:nth-of-type(1) {
	float: left;
	margin-right: 20px;
}
.sectionWrapper .me-image:nth-of-type(2) {
	float: right;
	margin-left: 20px;
}*/



