.image-hover-kim-jestem {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.image-hover-kim-jestem {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

 .border-hover-kim-jestem {
     border: 8px solid #fff;
     box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.4);

 }  

.image-hover-kim-jestem img {
    max-width: 100%;
    transition: all 1.8s;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
}

.image-hover-kim-jestem:hover img {
    transform: scale(1.6);
    transform-origin: 20cm 0px;
    -webkit-transform: scale(1.6);
}

@media screen and (max-width: 1024px) {

.image-hover-kim-jestem {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image-hover-kim-jestem:hover img {
    transform: scale(1.0);
}
}