Image coupée par div bordure

HTML:

<div class="ovf">
<img class="rot" src="images/sample-image.png" alt="sample-image">
</div>

CSS:

.ovf {
  overflow: hidden;
}
Sparkling Serval