@media only screen and (max-width: 734px) {
	.grid-item.full.grid-item-success {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width: 1069px) {
	.grid-item-success .grid-modal .grid-item-copy {
		width: 620px;
	}
}

.grid-item-growing.full h3 {
	max-width: 380px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-curated .grid-modal .modal-content .grid-item-copy {
		width: 260px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-apis.full h3 {
		max-width: 490px;
	}
}

.small-380-show {
	display: none;
}

@media only screen and (max-width: 380px) {
	.small-380-show {
		display: block;
	}
}

.small-360-show {
	display: none;
}

@media only screen and (max-width: 360px) {
	.small-360-show {
		display: block;
	}
}
