* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}

body {
  font: 100% Helvetica, sans-serif;
  color: #333;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 10%;
  min-width: 320px;
}

.one {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.two {
  display: table-cell;
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  position: relative;
}

img {
  width: 100%;
  max-width: 480px;
}

@media print (max-width: 700px) {
	img {
	  width: 100%;
	  max-width: 700px;
	}
}
