/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2024 | 06:18:47 */
:root {
	--container-half-width: calc(var(--container-max-width) / 2);
	--container-quarter-width: calc(var(--container-max-width) / 4);
}
.full-height {
    height: 100vh;
}
.full-width .container {
	max-width: 100vw;
}
/*
.evlt-image:not(.standard-card-image), .evlt-image:not(.standard-card-image) .evlt-image__img {
	border-radius: var(--image-border-radius);
	clip-path: border-box;
}
*/
@media (max-width: 2040px) {
	:root {
		--container-max-width: calc(100vw - (2 * var(--padding-width)));
	}
}

