.info {
    position: absolute; 
    bottom: 0px; 
    left: 57%;
}

@media screen and (max-width:768px) {
.info {
    position: absolute; 
    bottom: 75px; 
    left: 25%;
}
}