	.authorPhoto.flip img {
		width: 100%;
		height: 100%;
		max-width: 380px;
		max-height: 380px;
		overflow: hidden;
		object-fit: contain;
		object-position: center;
	}
	.authorPhoto.flip .wp-post-image {
		display: block;
	}
	.authorPhoto.flip .flip-photo {
		display: none;
	}
	.authorPhoto.flip:hover .wp-post-image {
		display: none;
	}
	.authorPhoto.flip:hover .flip-photo {
		display: block;
	}
	
	.authorContact span {
		display: block;
	}
	.authorContact .authorName {
		font-weight: bold;
		font-size: 1.25rem;
	}
	
	.authorContact .authorPosition {
		/*float: left;*/
		font-weight: bold;
		margin-right: 10px;
	}
	.authorContact .authorDepartment {
		font-weight: bold;
	}
	
	
	.authorPhoto.flip img, .authorContact {
		 margin: 0 auto;
		 text-align: center;
	}