/**
*
Theme Name: Portfolio - Future Expansion
Description: Portfolio site for Future Expansion // 2025
Author: Partner & Partners
Author URI: https://partnerandpartners.com/
Version: 1.0

This theme is property of Future Expansion and is not available for public use.
*
**/

/* @media(min-width: 768px) {
	#project-gallery.uniform .gallery {
		display: block;
		width: 100%;
		overflow-x: scroll;
		height: calc(100vh - 36rem);
		white-space: nowrap;
	}
	#project-gallery.uniform .gallery figure {
		height: 100%;
		width: fit-content;
		display: inline-block;
		margin-right: 3rem;
	}
	#project-gallery.uniform .gallery figure:last-child {margin-right:0;}
	#project-gallery.uniform .gallery figure img {
		width: auto;
		height: 100%;
	}
} test */