.full-width-image {
	padding: var(--wp--custom--layout--spacing-40) 0 var(--wp--custom--layout--spacing-40) 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}
.full-width-image .wrap picture {
	max-height: 400px;

	overflow: hidden;
	max-height: 460px;
	width: 100%;
}
.full-width-image .wrap img {
	width: 100%;
	aspect-ratio: 3 / 1.1;
	object-fit: cover;
	height: 100%;
}
.full-width-image .wrap video {
	width: 100%;
	max-height: 540px;
	height: 35vw;
	object-fit: cover;
}

.full-width-image .wrap .aspect-ratio-169 video {
	max-height: 1860px;
	height: 51vw;
}

.full-width-image.bg-color-sand-beige {
	background: var(--wp--custom--color--sand-beige);
}
.full-width-image.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.full-width-image.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.full-width-image.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.full-width-image.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.full-width-image.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.full-width-image.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}


.full-width-image.horizontal-padding-top-0 {
	padding-top: 0 !important;
}
.full-width-image.horizontal-padding-top-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.full-width-image.horizontal-padding-top-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.full-width-image.horizontal-padding-top-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.full-width-image.horizontal-padding-top-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.full-width-image.horizontal-padding-top-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.full-width-image.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.full-width-image.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.full-width-image.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.full-width-image.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.full-width-image.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.full-width-image.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}














@media (max-width: 1024px) {

}
@media (max-width: 768px) {
	.full-width-image {
		padding: var(--wp--custom--layout--spacing-24) 0 var(--wp--custom--layout--spacing-24) 0 !important;
	}
	.full-width-image .wrap img {
		aspect-ratio:16 / 9;
	}
	.full-width-image.horizontal-padding-top-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.full-width-image.horizontal-padding-top-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.full-width-image.horizontal-padding-top-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.full-width-image.horizontal-padding-top-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.full-width-image.horizontal-padding-top-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}


	.full-width-image.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.full-width-image.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.full-width-image.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.full-width-image.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.full-width-image.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}

}

@media (min-width: 1820px) {
	.full-width-image .wrap .aspect-ratio-169 video {
		max-height: 926px;
		height: 926px;
	}
}
