.image-up {
overflow:hiden;
}
.image-up img{
-moz-transition: all 1s ease-out;
-o-transition: 1s ease-out;
-webkit-transition: all 1s ease-out;
}
.image-up img:hover{
-webkit-transform: scale(1.1);
-moz-tranform: scale(1.1);
-o-tranform: scale(1.1);
}

.img-emblem {
max-width: 50px;
}
.img-photo {
max-width: 100px;
}