если блок "определенных размеров", т е есть width и height то все просто
.block { width: 100px; height: 100px; position: relative;}
.block > img {
max-width: 100%;
max-height: 100%;
position: absolute;
z-index: 1;
margin: auto;
top: 0; right: 0; bottom: 0; left: 0;
}