#short_bio {
  max-width: 47em;
  width: 65%;
  text-wrap: pretty;
}
@media (hover: hover) {
  #short_bio a:hover {
	 text-decoration: none;
  }
}

#about_btn {
  margin-top: 2em;
}


#studio_image {
	width: 30%;
	align-self: end;
}
#studio_image img {
	width: 100%;
}



@media (max-width: 720px) {
  #home_wrapper {
	  flex-direction: column;
  }
  #short_bio {
		width: 100%;
  }
  #studio_image {
	  margin-top: 2rem;
	  width: 50%;
	  align-self: end;
  }
}
