/**
 * Hero fullscreen on mobile for inner pages (except Contact page which uses a custom hero block).
 *
 * @package Eryvium
 * @since Eryvium 1.0.0
 */

@media (max-width: 768px) {
	/* Make "partial" hero behave as fullscreen on mobile. */
	.hero-section.hero-partial {
		height: 100vh !important;
		height: 100svh !important;
		height: 100dvh !important;
	}
}

