.container {
    padding: 10px 0 0 10px;
    font-size: 0;
    position: relative;
}

.container > * {
    height: 100px;
    width: auto;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    /*
	    -webkit-transition: -webkit-transform 0.3s linear, height 0.3s linear, width 0.3s linear;
    */
}

.container > div {
    overflow: hidden;
    position: relative;
}

.container > div > img {
    height: 100%;
    width: auto;
}