#nfci-floating-image {
    position: fixed;
    z-index: 9999;
}

#nfci-floating-image img {
    display: block;
    max-width: 150px;
    height: auto;
}

#nfci-floating-image.nfci-top-right {
    top: 20px;
    right: 20px;
}

#nfci-floating-image.nfci-top-left {
    top: 20px;
    left: 20px;
}

@media (max-width: 480px) {
    #nfci-floating-image img {
        max-width: 100px;
    }
}
