.float-image {
    position: fixed;
    top: -99999px;
    left: -99999px;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}