staticimage {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	 width: 150; 
	height: auto;
}

#container {
    text-align: justify;
}
#container > div {
    width: 90px; /* Declare your value. Can be in relative units. */
    height: 80px;

    vertical-align: center;
}
#container:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#img_cont {
  display: table;
  width: 100%;
}

#img_cont a {
  vertical-align: center;
  display: table-cell;
  text-align: center;
  width: 10%;
  min-width: 20px;
}

#img_cont img {
  max-width: 180px;
  height: 70px;
}