*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{margin: 0;}
.relative{ position: absolute;}
.absolute{ position: absolute;}
.table{ display: table;}
.h100{ height: 100%;}
.w100{ width: 100%;}
.table-cell{ display: table-cell;}
.vAmiddle{ vertical-align: middle;}
.text-center{ text-align: center; }
.home{ padding: 0 20px; }
img{max-width: 100%;}