.row:before, 
.row:after {
	content: "";
	display: table;
	display: inline-block;
	width : 100%;
}

html{
  overflow: hidden;
  height: 100%;    
}
body{
  overflow: auto;
  height: 100%;
}
