.float{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    height: 55px;
	background: #4285f4;
}

.my-float{
	margin-top:0px;
}
.floatimage{
	width: 100%;
}