@media (min-width: 680px) {
    #grvModal .modal--home .modal__content, .grv_screen_container .modal--home .modal__content {
        max-width: 920px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 50px;
        transform: translate(-50%, -50%);
    }
}

#grvModal {
    .modal__content {
        margin: 0 auto;
        max-height: none;
    }
}