Template:ETH Zurich/applications css

.foo img:last-child {

   display: none;

}

.foo:hover img:first-child {

   display: none;

}

.foo:hover img:last-child {

   display: block;

}