/* Local Overrides */
:root {
	--family: #f5f5f7;
}

/* .grid-item.grid-item-apple-watch-for-your-kids .tile-body {
    position: fixed;
    right: 0;
    width: max(820px,100% - 326px);
    align-items: unset;

    box-sizing: border-box;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}

.grid-item.grid-item-apple-watch-for-your-kids .tile-media {
    display: block;
}

.grid-item.grid-item-apple-watch-for-your-kids .tile-content {
    transform: scale(1);
} */

.grid-item.grid-item-apple-watch-for-your-kids {
	--tile-orientation: row;
}

/* @media only screen and (max-width: 1068px) {
    .grid-item.grid-item-apple-watch-for-your-kids  {
        --tile-height:590px
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-apple-watch-for-your-kids  {
        --tile-height:500px
    }
} */

.grid-item.grid-item-apple-watch-for-your-kids .tile-body {
	width: 100%;
	padding-top: 152px;
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-apple-watch-for-your-kids .tile-body {
		position: relative;
		padding-top: 160px;
		padding-bottom: 26px;
		margin-bottom: 63px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.grid-item-apple-watch-for-your-kids .tile-body {
		top: -20px;
		padding-top: 0;
		margin-top: -6px;
		margin-bottom: 0px;
	}
	.grid-item.grid-item-apple-watch-for-your-kids {
		--tile-height: 524px;
	}
}

.grid-item.grid-item-apple-watch-for-your-kids .tile-media img {
	height: 495px;
	position: absolute;
	left: 50%;
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-apple-watch-for-your-kids .tile-media img {
		height: 377px;
		position: relative;
		left: 0;
		top: 59px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item.grid-item-apple-watch-for-your-kids .tile-media img {
		height: 290px;
		position: relative;
		left: 0;
	}
}
