@charset "UTF-8";
.img-fluid {
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom center;
}

.img-fluid:hover {
    transform: scale(1.1);
}
