	/** img in article with align **/
img.align-center {

    display: block;
    margin: auto;
}

figure.align-center {
	text-align: center;
}


.vizcms-dialog-iframe {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important; /* Or adjust if not fullscreen */
}

.vizcms-dialog-iframe .vizcms-dialog-wrapper {
    margin: 0 !important; /* override 10vh auto */
}