#gspp-overlay {
    position: fixed;
    /*top: 50%;
    right: 61px;*/
    /*transform: translateY(-50%);*/
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    cursor: pointer;
}
/*@media screen and (min-width: 320px) {
    #gspp-overlay {
        width: 320px !important;
    }
}
@media screen and (min-width: 340px) {
    #gspp-overlay {
        width: 340px !important;
    }
}
@media screen and (min-width: 360px) {
    #gspp-overlay {
        width: 360px !important;
    }
}
@media screen and (min-width: 380px) {
    #gspp-overlay {
        width: 380px !important;
    }
}
@media screen and (min-width: 320px) {
    #gspp-overlay {
        width: 320px !important;
    }
}
@media screen and (min-width: 400px) {
    #gspp-overlay {
        width: 400px !important;
    }
}
@media screen and (max-width: 460px) {
    #gspp-overlay {
        height: 100% !important;
    }
}
@media screen and (min-width: 500px) {
    #gspp-overlay {
        width: 500px !important;
    }
}
@media screen and (min-width: 600px) {
    #gspp-overlay {
        width: 600px !important;
    }
}
@media screen and (min-width: 700px) {
    #gspp-overlay {
        width: 700px !important;
    }
}
@media screen and (max-width: 576px) {
    #gspp-overlay {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    #gspp-popup {
        top: 0;
    }
}
@media screen and (max-width: 768px) {
    #gspp-overlay {
        right: 0;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100%;
    }
}*/

#gspp-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    #gspp-popup {
        width: calc(100% - 10px);
    }
}
@media (min-width: 1024px) {
    #gspp-popup {
        align-items: flex-end;
        padding-right: 62px;
    }
}
