
@media (max-width: 990px) {

    #mainNav .navbar-toggler{
        max-width: 100px;
        width: 100%;
    }
}

@media (max-width: 375px) {

    #mainNav .navbar-toggler{
        max-width: 100%;
    }
}




.root-container{
    position: relative;
    width: 100%;
    max-width: 925px;
    height: 490px;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    margin: auto;
    background: #fff;
}

#root{
    position: absolute;
    max-width: 380px;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


#root .layerpopup-container .popup-bg{
    width: 120% !important;
    height: 120% !important;
    left: -36px !important;   
    top: -37px !important;
    
}


@media (max-width: 450px) {

  #root{
        width: 80%;

    }
}