.imagetext--section {
	position: relative;
}

.imagetext--container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.imagetext--row {
	flex-grow: 1;
}

.imagetext--address {
	color: #cd9781;
	text-transform: uppercase;
	margin: 0;
}

.imagetext--address .text-110 {
	line-height: 1;
}

@media (min-width: 1200px) {
	.imagetext--address .text-110 {
		font-size: 7rem;
	}

	.imagetext--address .text-45 {
		font-size: 2.5rem;
	}
}