@charset "utf-8";
/* CSS Document */
body{margin: 0;}
.content{

	width: 100vw; 
    height: 56.25vw; /* height:width ratio = 9/16 = .5625  */
    background: white;
    max-height: 90vh;
    max-width: 160vh; /* 16/9 = 1.778 */
    margin: auto;
	margin-top: 0px;
	
    position: absolute;
    top:0;bottom:0; /* vertical center */
    left:0;right:0; /* horizontal center */
}

.bg{
	background-image: url("../images_content/Welcome.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;



}
.img{
	width: 100%;
}
	