@charset "UTF-8";

@media all {
	.orient-right {
		flex-direction: row-reverse;
	}

	.block-header1 .orient-right div,
	.block-header1 .orient-right p {
		text-align: right;
	}

	section.block-header1 img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	section.block-header1.only_image {
		display: block;
		position: relative;
	}

	section.block-header1.only_image.min-vh-95 {
		height: calc(100vh - 72px);
	}

	section.block-header1.only_image.min-vh-70 {
		height: calc(70vh - 72px);
	}

	section.block-header1.only_image.min-vh-45 {
		height: calc(45vh - 72px);
	}

	section.block-header1.only_image.min-vh-35 {
		height: calc(35vh - 72px);
	}

	section.block-header1.only_image.min-vh-25 {
		height: calc(25vh - 72px);
	}

	section.block-header1.image-orient-left:not(.only_image) {
		background-position: left center;
	}

	section.block-header1.image-orient-right:not(.only_image) {
		background-position: right center;
	}

	section.block-header1.image-orient-left.only_image img {
		object-position: left center;
	}

	section.block-header1.image-orient-right.only_image img {
		object-position: right center;
	}

	section.block-header1 .text-shadow {
		text-shadow: 2px 2px 5px #000;
	}
}