.fboxy-wrapper
{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 700px;
    max-width: 90%;
    max-height: 90vh;
    z-index: 9999999!important;
}

#fboxy-bg
{
	z-index: 99999!important;
    background: rgb(255 255 255 / 35%);
}