#avion {
    width: 40px;
    height: 24px;
    transition: width 3s, height 3s;
}

#avion.ampliado {
    width: 400px;
    height: 240px;
}