.flex-images { overflow: hidden; }
.flex-images .item { float: left; margin: 4px; border: none; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img { display: block; width: auto; height: 100%; transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;	-o-transition: all 0.5s ease;}
.flex-images .item img:hover{transform: scale(1.14); -ms-transform: scale(1.14); -moz-transform: scale(1.14); -webkit-transform: scale(1.14); -o-transform: scale(1.14);}
.flex-images .item .over { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 4px 6px; font-size: 13px; color: #fff; background: #ffb52f; background: rgba(255,181,47,.8); }
