#left_side_home{
    width: 100%;
    height: 100%;
    position: relative;
}
#home_picture_container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#home_picture {
    max-width: 80%;
    display: block;
    margin: auto;
}