/home/arranoyd/eventrify/wp-content/themes/uptime/inc/content-post-single-hero-parallax.php
<section class="bg-dark text-light overlay min-vh-100 d-flex flex-column justify-content-end jarallax" data-jarallax data-speed="0.5">
	
	<img src="<?php the_post_thumbnail_url( 'full' ); ?>" alt="Image" class="jarallax-img opacity-60">
	
	<div class="container">
		<div class="row justify-content-center">
			<div class="col-lg-10 col-xl-8">
				<div class="d-flex justify-content-between align-items-center mb-3">
					<?php 
						echo get_tommusrhodus_breadcrumbs();
					?>
				</div>
				
				<?php 
					the_title( '<h1>', '</h1>' ); 
					get_template_part( 'inc/content-post', 'author' );
				?>
			</div>
		</div>
	</div>
	
</section>