#mobile-redirect-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.95);*/ /* Dark background to hide the site */
    background: white;
    z-index: 9999; /* Stay on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.overlay-content {
    padding: 20px;
}
.d-none {
    display: none !important;
}        
.btn-app img {
    width: 200px; /* Standard badge size */
    display: block;
    margin: 0 auto;
} 