.grid-item.fact.commerce-globally {
	align-items: center;
    justify-content: center;
    height: 40%;
}

.commerce-globally.grid-item.full .flex-content{
	display: initial;
    height: inherit;
}

@media only screen and (max-width: 735px) {
	.grid-item.fact.commerce-globally {
		height: inherit;
	}
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .grid-item.fact.commerce-globally {
		height: inherit;
	}
}
