/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 02:28:45 */
.myImage01 img {
    transition: transform .6s ease;
}

.myImage01:hover img {
    transform: scale(0.95);
	box-shadow: 0px 4px 10px rgba(0,0,0,0.3)
}

