.leeu-custom-image {
	position: relative !important;
}

.leeu-image-accent-tr::before {
	top: -20px !important;
	right: -20px !important;
	content: '' !important;
	position: absolute !important;
	height: 200px !important;
	width: 200px !important;
	z-index: -1 !important;
	background-color: var(--leeu-downtown) !important;
}

.leeu-image-accent-tl::before {
	top: -20px !important;
	left: -20px !important;
	content: '' !important;
	position: absolute !important;
	height: 200px !important;
	width: 200px !important;
	z-index: -1 !important;
	background-color: var(--leeu-downtown) !important;
}

.leeu-image-accent-br::before {
	bottom: -20px !important;
	right: -20px !important;
	content: '' !important;
	position: absolute !important;
	height: 200px !important;
	width: 200px !important;
	z-index: -1 !important;
	background-color: var(--leeu-downtown) !important;
}

.leeu-image-accent-bl::before {
	bottom: -20px !important;
	left: -20px !important;
	content: '' !important;
	position: absolute !important;
	height: 200px !important;
	width: 200px !important;
	z-index: -1 !important;
	background-color: var(--leeu-downtown) !important;
}

.leeu-custom-row-accent-bl::after {
    bottom: -125px !important;
    left: -125px !important;
    content: '' !important;
    position: absolute !important;
    height: 239px !important;
    width: 433px !important;
    z-index: -1 !important;
    background-image: url(https://www.leeuniversity.edu/wp-content/uploads/leeu-lined-accent.svg);
    background-repeat: no-repeat;
}

.leeu-custom-row-accent-br::after {
    bottom: -125px !important;
    right: -125px !important;
    content: '' !important;
    position: absolute !important;
    height: 239px !important;
    width: 433px !important;
    z-index: -1 !important;
    background-image: url(https://www.leeuniversity.edu/wp-content/uploads/leeu-lined-accent.svg);
    background-repeat: no-repeat;
}

.leeu-custom-row-overflow-x-clip {
/* 	overflow-x: clip !important; */
}


@media screen and (max-width: 1000px) {
/* 	.leeu-custom-row-overflow-x-clip {
		overflow-x: clip !important;
	} */
}
