
img.fotos {
 transition: transform 0.2s;
}
img.fotos:hover {
 transform: scale(4);
 margin: 50px;
}
</style>