html {
    height:99%;
	width: 100%
}

body {
    height:100%;                    
    margin-top:0%;
	margin-left:0%;
    padding:0%;
	background-color: #ffffff;  
}
  
.container {    
    width: 100%;
    height: 101%;    
    text-align: center;    
}
.resize_fit_center {
    vertical-align: middle;		
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-height: 99999px; 
    max-width: 99999px;  
    z-index: 0;    
}