#container{
    position: relative;
    width: 100%;
    height: 100%;
    background: black;
}
#main_image {
    width: 100%;
    height: 95%;
    background: black;
}
#overlay_image{
    position:sticky;
    width: 30px;
    height: 30px;
}
