.main_home {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    flex-direction: column;
    overflow: hidden;
    z-index: 900;
    position: relative;
    min-height: 100dvh;
}

@media (max-width: 900px) {
    .main_home {
        align-items: stretch;
        min-height: 100dvh;
        padding: 0;
    }
}