.splash-screen-main .rounded-block {
    backdrop-filter: blur(8px);
    margin: 2em;
    border-radius: 1em;
    background: rgb(0 0 0 / 25%);
}

.splash-screen-main {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
    padding-top: calc(10vh);
    color: white;
    flex-direction: row;
    align-content: flex-end;
    padding-bottom: 3em;
}


.splash-screen-main .capt-switch {
    padding:0;
}

@media (max-width: 992px) {
    
}

@media (min-width: 992px) {
    
    .splash-screen-main .rounded-block {
        width: 400px;
        height:auto;
    }
}
