Try it like this. It will work
<div style="position: relative; height: 100px; width: 200px; overflow: hidden;"> <img src="x" style="position: absolute; top: 20px; left: 20px; right: 20px; width: calc(100% - 40px);"> </div>