.gallery-wrap{flex-direction:row;width:100%;height:300px;display:flex}.item{background-position:50%;background-size:cover;background-repeat:none;flex:1;height:100%;transition:flex .8s;overflow:hidden}.item:hover{flex:7}
