.big-title-header {
	max-height: 23vw;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 500%, 0% 500%);
	clip-path: polygon(0 0, 100% 0, 100% 500%, 0% 500%);
}

.big-title-header .text-wrapper {
	overflow-x: clip;
}

.text-big-title-header {
	transform: translateX(26%);
	font-size: calc(100vw / 8);
}

.big-title-header .text-wrapper picture {
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 60%;
	height: 100%;
	min-width: 220px;
}

.big-title-header-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom right;
}

.est-2020 {
	transform: translateY(5vw);
	width: 50%;
}

.est-2020 img {
	max-width: 400px;
}

/*=====================================
=            Media Queries            =
=====================================*/


	@media (max-width: 768px) {
		.big-title-header {
			max-height: 100vw;
		}

		.big-title-header .text-wrapper {
			overflow-x: clip;
			overflow-clip-margin: 9vw;
		}

		.text-big-title-header {
			font-size: 20vw;
			transform: translateX(-26%);
		}

		.est-2020 {
			width: 90%;
		}

		.text-wrapper picture {
			width: 150%;
		}
	}

	@media (min-width: 1500px) {
		.big-title-header {
			height: 15vw;
		}

		.text-big-title-header {
			font-size: 200px;
			transform: translateX(55%);
		}

		.est-2020 {
			transform: translateY(0);
		}
	}