/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 11:44:46 */
/* Setting ipiresies single ipiresia container image to match parent height */
/* Should only apply to desktop screens and not mobile */
@media (min-width: 1024px) {
.ipiresia-single-parent {
	height: 55vh;
}
.ipiresia-container-child {
	height: 100% !important;
}
}

