Şuan da sagResim sınfına verdiğin değerler bu şekilde.

.sagResim {
    position: absolute;
    z-index: 9999;
    right: 5px;
    top: 300px;
}
Böyle düzenlersen sorunun çözülecektir:


.sagResim {
    position: absolute;
    z-index: 9999;
    right: 5px;
    bottom: 60px;
}
sağ altta bulunacaktır.