@charset "utf-8";
/*
Theme Name: NDT 
Author: Softiconic
Author URI: https://softiconic.com
Description: Business or information
Version: 5.0
Tags: NDT
*/

/*Gutenbarg css*/
.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignwide img{
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}
 