.div-table {
	display: table;
}
.div-table.div-table-fill {
	width: 100%;
	height: 100%;
	min-height: inherit;
}
.div-row {
	display: table-row;
}
.div-cell {
	display: table-cell;	
	vertical-align: middle;	
}

@media only screen and (max-width:768px) {
	.div-table-desktop .div-table,.div-table-desktop .div-row, .div-table-desktop .div-cell {
		display: block;
	}
}