#authorImg {
  border-radius: 50%;
  width: 75%
}
#authorName {
  font-size: 17px;
  font-weight: bold;
  line-height: 90%;
}
/*
@media screen and (max-width: 1000px) {
	#authorImg {
  		border-radius: 50%;
  		width:30%;
	}
}*/