/*
 Theme Name:   Our Bodies, Ourselves
 Description:  Theme for Our Bodies, Ourselves developed by Cornershop Creative in early 2014. Requires 'Crate' theme, which contains all styling and logic.
 Author:       Cornershop Creative
 Author URI:   https://cornershopcreative.com
 Template:     crate
 Version:      1.0.0
 Text Domain:  obos
*/

	.entry-thumbnail .attachment-large { display: none; }
	@media screen and (max-width: 500px) {
		.home #content .loop .entry-thumbnail { height: auto; }
		.entry-thumbnail .attachment-thumbnail { display: none; }
		.entry-thumbnail .attachment-large {
			display: block;
			height: auto;
			margin: 0;
			max-width: 100%;
			max-height: 999%;
		}
	}