/* Local Overrides */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.grid-item-family-setup .tile-content .tile-header {
		padding-right: 29px;
	}
}

/* TILE HEIGHT */

.grid-item-family-setup {
	height: 810px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-family-setup {
		height: 639px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-family-setup {
		height: auto;
	}
}

/* LARGE */

@media only screen and (min-width: 1069px) and (max-width: 1295px) {
	.grid-item-family-setup .tile-header .tile-copy.tile-cta {
		max-width: 300px;
	}
}

@media only screen and (min-width: 1069px) {
	.grid-item-family-setup .tile-header .tile-copy {
		max-width: 540px;
	}
}

/* MEDIUM */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-family-setup .tile-content .tile-body img {
		object-fit: contain;
	}
	.overview-connected-connected-kids {
		--p-width: 1022px;
		--p-height: 644px;
	}
	.grid-item-family-setup .tile-content .tile-body picture {
		align-items: end;
	}
}

/* SMALL  */

@media only screen and (max-width: 734px) {
	.grid-item-family-setup .tile-content .tile-body picture {
		align-items: end;
	}
}

@media only screen and (max-width:734px){
	.tile-header h3{
		margin: 0 auto;
		max-width: var(--tile-copy-max-width);
	}
	.tile-header .tile-copy {
		margin: 0 auto;
	}
	
}

/* XSMALL  */

@media only screen and (max-width: 480px) {
	.overview-connected-connected-kids {
		--p-height: 398px;
	}
	.grid-item-family-setup .tile-content .tile-body{
		min-height: 398px;
	}
}

@media only screen and (max-width: 400px) {
	.overview-connected-connected-kids {
		--p-height: 338px;
	}
	.grid-item-family-setup .tile-content .tile-body{
		min-height: 338px;
	}
}

@media only screen and (max-width: 350px) {
	.overview-connected-connected-kids {
		--p-height: 305px;
	}
	.grid-item-family-setup .tile-content .tile-body{
		min-height: 305px;
	}
}

@media only screen and (max-width: 320px) {
	.overview-connected-connected-kids {
		--p-height: 293px;
	}
	.grid-item-family-setup .tile-content .tile-body{
		min-height: 293px;
	}
}


