@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Style Consolidation CSS file               ###
###                                                        ###
##############################################################
		
(C)opyright 2026 - Modularware
www.modularware.com

*/

/*#################################################
###                                             ###
###  MODULE         : SI (Single Image)         ###
###  VERSION        : Page Center               ###
###  DISPLAY TYPE   : 1                         ###
###                                             ###
#################################################*/


.MW-SI_PageWrapper-PageCenter {
	min-height: 100vh;
	display: grid;
	grid-template-rows: 2fr max-content 3fr;
}


.MW-SI_Container-PageCenter {
	grid-column: 1;
	grid-row: 2;
	height: max-content;
}


.MW-SI_Container-PageCenter img {
	max-width: 95%;
	height: auto;
	display: block;
	margin: auto;
}


