/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 17:55:13 */
/* Since elementor doesnt allow to target specific devices to set background color, i need to set it here */
/* This is needed to create a nice background for the image slider and for the wave above them to show nicely in all mobile device widths */
@media (max-width: 1023px) {
#homepage-imageslider-container {
	background-color: var( --e-global-color-secondary );
}
}