/* Home Page Styles */

#content .col-full {
	padding: 0 !important;
}

.storefront-breadcrumb {
	display: none;
}

/* Note: Slider styles moved to assets/css/sliders.css for reusability */

.mobile-hero {
	height: 77svh;
	max-height: 77vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: none;
}

.mobile-hero video {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
