/**
 * Homepage styles
 *
 * @package RawStudio_Casting
 */




/* ==========================================================================
   Hero
   ========================================================================== */

.homepage-hero {
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.homepage-hero__image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.wp-post-image:hover  {
	transform: scale(1.05); 
	transition: all 0.3s ease;
	transform-origin: 50% 50%;
}

/* Story grid styles are in css/stories.css */
