/*   
Theme Name: Penn Museum Publication Theme 2023
Description: This is a Wordpress parent theme for Penn Museum microsites, in the 2023 reskin style, to be overwritten with child themes as necessary
Author: Phoebe Bostwick
Author URI: phoebebostwick.com
Version: 1
*/

.half-size {
	width: 50%;
}

.float-right {
	float: right;
	padding-left: 1.5em;
}

.float-left {
	float: left;
	padding-right: 1.5em;
}

.article-body img {
	max-width: 100%;
	height: auto;
}

.figure-caption {
	color: #000000;
}

.cropped {
    width: 540px;
    height: 340px;
    object-fit: cover;
}

@media (max-width: 991px) 
{
  
  .half-size{width: 100%}
  
}

		
