@media only screen and (max-width: 1068px) {
	.tile-ecosystem .tile-content {
		padding-right: calc(44% + var(--sk-tile-padding));
	}
}
/* value modal alt half tile */
@media (min-width: 1069px) {
	.overview-boc-boc-value-planet {
		--p-width: 465px;
		--p-height: 350px;
	}
}

/* privacy modal alt full tile */
@media (min-width: 1069px) {
	.overview-boc-boc-innovation-intelligence-privacy {
		--p-width: 980px;
		--p-height: 550px;
	}
}

/* apple ecosystem fix */
.tile-ecosystem .tile-content {
	padding-right: calc(44% + var(--sk-tile-padding));
}
@media (max-width: 1068px) {
	.tile-ecosystem .tile-content {
		padding-right: calc(30% + var(--sk-tile-padding));
	}
}
@media (max-width: 734px) {
	.tile-ecosystem .tile-content {
		padding-right: var(--sk-tile-padding);
	}
}
@media (max-width: 580px) {
	.tile-ecosystem .tile-content {
		padding-right: calc(45% + var(--sk-tile-padding));
	}
}
@media (max-width: 480px) {
	.tile-ecosystem .tile-content {
		padding-right: var(--sk-tile-padding);
	}
}

/* apple ecosystem image dimension */
.overview-innovation-ecosystem {
    --p-width: 620px;
}

@media(min-width: 1441px) {
    .overview-innovation-ecosystem {
        --p-width:830px;
    }
}

@media(max-width: 1068px) {
    .overview-innovation-ecosystem {
        --p-width:457px;
    }
}

@media(max-width: 734px) {
    .overview-innovation-ecosystem {
        --p-width:642px;
    }
}

@media(max-width: 480px) {
    .overview-innovation-ecosystem {
        --p-width:420px;
    }
}

/* Services section */
#services {
	padding-bottom: 137px;
}