/* Zoom Effect */
.image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
