.tableau-popup {
 
    background-color:#fff;
    position:fixed;
    width:96vw;
    height:auto;
    
    top:30px;
    left:0;
    right:0;
    margin:auto;
    z-index:9999999999999999999999999999999999999999999999999999;
    display:none;
}

.tableau-popup .code {
    width:100%;
}

.tableau-popup .tableauPlaceholder {
    width:100% !important;
}

.tableau-popup iframe {
    border:0;
    width:100% !important;
    height:100%;
}

.tableau-popup .top {
    background-color:#f9f9f9;
    width:100%;
    height:50px;

    
}

.tableau-bg {
     position:fixed;
     z-index:9999999999999999999999;
     background-color: rgb(0, 0, 0, 0.3);
     width:100%;
     height:100%;
     top:0;
     left:0;
     display:none;
}

.tableau-popup a.close-p {
    position: absolute;
    right: 16px;
    top: 11px;
}

.tableau-popup a.close-p img {
    width:16px;
    height:auto;
}