.hoverimg:hover{
transition: .5s transform;
transform: scale(1.15);
}
.hoverimg{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
transition-property: all;
transition-duration: 0.36s;
transition-timing-function: ease;
transition-delay: 0s;
}
<div style="width: 100%;height: auto;overflow: hidden;">
<img class="hoverimg" src="../assets/img/tp.jpg" alt="">
</div>