.d-lg-flex {
    overflow: hidden;
}

#bg {
    width: 100%;
    height: auto;
}

.btn2 {
    top: 54%;
    left: 10%;
}

.btn3 {
    top: 81%;
    /* left: 10%; */
    display: none;
}

.btn3 img {
    width: 60%;
    animation: pulse 0.8s infinite linear;
    animation-delay: 1s;
}

.redirect-btn-wc1 {
    /* margin-left: 51%; */
    left: 15%;
    top: 86%;
    display: none;
}

.redirect-btn-wc2 {
    right: 15%;
    top: 86%;
    display: none;
}

/* #winbtn {
    display: flex;
} */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bg {
        height: 100vh;
    }

}