/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 17:21:49 */
.image-hover {
    transition: all 0.5s ease-in-out;
}

.image-hover:hover
{
    transform: scale(1.05);
}

.container {
overflow: hidden;
}