.qodef-background-text {
	position: relative;

	.qodef-m-background-text {
		color: var(--qode-main-color);
		font-family: $heading-font;
		font-size: 200px;
		line-height: 1em;

		&-holder {
			display: flex;
			height: 100%;
			position: absolute;
			width: 100%;
		}
	}
}
