html {
	background: url(../bg2.jpg?v=8) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#title{
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    /*height: calc(100% - 80px);*/
    height: 100%;
    min-height: 550px;
    /* width: 400px; */
    display: block;
    /* background: white; */
    font-size: 50px;
    color: white;
    text-align: right;
    padding: 10px;
}