/**
fix bug when have admin bar.
 */
body.admin-bar .top-menu-bar {
    top: 32px!important;
}

@media print {
    body.admin-bar .top-menu-bar {
        top: 0px!important;
    }
}

@media screen and ( max-width: 782px ) {
    body.admin-bar .top-menu-bar {
        top: 46px!important;
    }
}

/**
fix Centered images https://github.com/WordPress/gutenberg/issues/9503
*/
.wp-block-image .aligncenter {
	margin: 0 auto;
}

.wp-block-table {
	width: 100%!important;
}

/* fix img size */
.wp-block-image img {
	height: auto;
}