.hero-video {
	position: relative;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0px;
	padding-top: 100px;
	
	.hero-video-product-image{
		position: relative;
		bottom: -40px;
		margin-top: -40px;
		max-width: 240px;
	}
	@media only screen and (min-width: 768px) {
		.hero-video-product-image{
			bottom: -120px;
			max-width: 36%;
			position: absolute;
		}
	}
	@media only screen and (min-width: 1024px) {
		.hero-video-product-image{
			bottom: -140px;
			max-width: 100%;
		}
	}
	@media only screen and (min-width: 1240px) {
		.hero-video-product-image{
			bottom: -180px;
		}
	}
	@media only screen and (min-width: 768px) {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	@media only screen and (min-width: 1024px) {
		padding-bottom: 80px;
	}

	@media only screen and (min-width: 1240px) {
		padding-bottom: 100px;
	}

	&::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(15, 7, 0, 0.5) 0%, rgba(117, 70, 23, 0.00) 100%);
		z-index: 1;
	}
}

.wp-block-wpny-hero-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.wp-block-wpny-hero-video .container {
	position: relative;
	z-index: 10;
}

@media only screen and (min-width: 768px) {
	.hero-video {
		min-height: 480px;
	}
}
@media only screen and (min-width: 1024px) {
	.hero-video {
		min-height: 580px;
	}
}

@media only screen and (min-width: 1280px) {
	.hero-video {
		min-height: 700px;
	}
}