@media only screen and (min-width: 735px){
    .section-in-the-car .section-scenario-intro .typography-section-headline{
        line-height: .8423076923;
    }

    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}


.inline_nowrap{
    display: inline;
    white-space: nowrap;
}


/*hero*/

.section-hero-images .column{
    position: absolute;
}

.section-hero-images{
    margin-bottom: 0px;
}

.overview-hero-homepod-mini {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 566px;
    --p-height:635px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-hero-homepod-mini {
        --p-width: 352px;
        --p-height:395px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-hero-homepod-mini {
        --p-width: 210px;
        --p-height: 236px;
    }
}


.section-hero-images {
    margin-top: 100px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-hero-images {
         margin-top: 100px;
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .section-hero-images {
       margin-top: 100px;
    }
}

.section-hero-copy{
    padding-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .section-hero-images {
        min-height:630px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero-images {
        min-height: 360px;
        height: auto;
    }
}

.section-hero-images picture{
    margin-top: 20px;
}

/*hero end*/




.overview-car-tile-2 {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 437px;
    --p-height:204px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-car-tile-2 {
        --p-width: 305px;
        --p-height:143px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-car-tile-2 {
        --p-width: 250px;
        --p-height:117px
    }
}


/*ArtCD start*/
.section-working-out .headline, .section-in-the-kitchen .headline{
    margin-left: -10px;
}

@media only screen and (max-width: 734px) {
    .section-working-out .headline, .section-in-the-kitchen .headline{
        margin-left: -5px;
    }
}

.section-siri-does-this .utterance-tags{
    grid-template-columns: repeat(8, minmax(100px, 113px));
    max-width: 900px;
}

@media only screen and (max-width: 1068px) {
    .section-siri-does-this .utterance-tags {
        grid-template-columns:repeat(8, minmax(70px, 92px))
    }
}


/*ArtCD end*/





