  	body {
      position: absolute;
  		background:#FFF;
  		font-family: Arial;
  		font-size:.9em;
      width: 100%;
      height: 100%;
      margin:0px;
      overflow: hidden;
      z-index: 50;
  	}
  	h3 {
  		margin-top:46px;
  	}
  	h2 {
  		margin-bottom: .1em;
  	}
  	p {

  		margin-top: 10px;
  		margin-bottom: 40px;
  	}
    #content {
      position:absolute; 
      top:120px; 
      bottom:20px; 
      left:0px; 
      right:0px; 
      overflow:auto;
      padding:40px;
    }
    #msg {

      
    }
    #bg {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -50;
    }
  #bg > video {
      object-fit: cover;
    }

  .as-img {
  width:100%;
  height:auto;
  }
  #wrapper {
  display: table;
  height: 100%
  width:100%;
}

#header {
  background: url("header-img.jpg") no-repeat center;
  background-size: cover;
}


#logo {
  margin-left:17px; 
  margin-top:12px;
  height:100px;
  width:auto;
}


@media (max-width: 768px) {
  #logo {
    margin-top:25px;
    height:70px;
  }
}
