.bobr-home-video-mobile {
	display: none;
}

@media (max-width: 800px) {
	.bobr-home-video-hero {
		position: relative;
		min-height: 56.25vw !important;
	}

	.bobr-home-video-hero > .fullwidth-video,
	.bobr-home-video-hero > .fullwidth-video-image {
		display: none !important;
	}

	.bobr-home-video-mobile {
		display: block;
		position: absolute;
		inset: 0;
		z-index: 5;
		background: var(--awb-color8);
	}

	.bobr-home-video-mobile video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		background: var(--awb-color8);
	}
}
