

/* Cap table banner */
.float-badge-img-left {
    position: absolute;
    z-index: 2;
    animation: floatBob 4s ease-in-out infinite;
    top: 0px;
    left: -20px;
    animation-delay: 1.5s;
    width: 34%;
}

.float-badge-img-right {
    position: absolute;
    z-index: 2;
    animation: floatBob 4s ease-in-out infinite;
    bottom: -26px;
    right: -22px;
    animation-delay: 1.5s;
    width: 34%;
}