.fboxy-wrapper
{
    height: 480px;
    width: 800px;
    max-width: 95%;
    max-height: 480px;
    z-index: 9999999999999!important;
}

.fboxy-wrapper .fboxy-title{text-shadow:none;}

.fboxy-title h3{display:none;}

.fboxy-title .fboxy-close{
	width: 30px;
    height: 30px;
    align-content: center;
    padding-bottom: 20px;
    border-radius: 500px;
    background: var(--brand-color-theme-1);
	opacity:1;
}

@media(max-width:620.9px)
{
 .fboxy-wrapper{top: 50%;left:50%;transform: translate(-50%,-50%);}
}
