//<div class="first-block">
<div class="second-block">
<img src="bla/bla.jpg">
</div>
</div>
<style>
.first-block {
overflow: hidden;
position: relative;
width: 100%;
height: 500px;
}
.second-block {
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 0;
margin: auto;
}
<style>