body {
    /*
    height:100vh !important;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
	border:0;
	margin:0;
	padding:0;
	top:0;
	position:fixed;
	overflow-y:hidden;
	z-index:-1;
    */
	background-image: url('images/pga.png');
  	background-repeat: no-repeat;
  	background-position: center;
    /*
    background-size: auto 100%;
  	object-fit: cover; 
	object-position: 100% 0;
	overflow-y:hidden;
    */
    background-size: cover;
    -ms-background-size: cover; 
    -o-background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover;
}

