
section#hero video {
    margin-top: 12em;
}

section#top-feature.image-backdrop.hide-desktop .spacer {
    height: 63vw;
}

section#top-feature.image-backdrop .spacer {
    height: 48vw;
}

section#top-feature.image-backdrop h2 {
    margin-bottom: 0.2em;
}
section#top-feature.image-backdrop p {
    margin-bottom: 0;
}

#top-feature {
    margin-top: 0;
    padding-top: 0;
    background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/dock/dock_top_feature.jpg');
    background-size: cover;
    background-position: center; 
}

#top-feature.hide-desktop {
    background-position: top center;
}

#top-feature .gridrow {
    align-content: flex-end;
    align-items: flex-end;
    margin-bottom: 1em;
}

section#flexibility-copy {
    padding-top: 2em;
}
section#flexibility-copy p {
    margin-bottom: 0;
}

#flexibility {
    padding-bottom: 2em;
}

#flexibility .imagecontainer {
    margin-bottom: 1em;
}

#flexibility h2 {
    margin-bottom: 0.7em;
}

.flickity-page-dots .dot {
    background-color: #fff;
}

section#hero video {
    background-color: transparent;
}

section#plugit h1 {
    font-size: 4.5em;
    margin-top: 15vw;
}


#desk {
    padding-top: 2em;
    padding-bottom: 2em;
}

#plugit.hide-mobile {
    background-color: rgb(218,213,218);
}
#plugit-mobile {
    text-align: center;
}
#plugit-mobile h1 {
    font-size: 2.5em;
}
#plugit-mobile h3 {
    display: inline;
}
section#plugit-mobile button {
    padding: 0.6em 1.2em 0.6em 1.4em;
    vertical-align: 0.2em;
    margin-left: 0.5em;
}

#plugit-mobile.image-backdrop {
    background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/dock/dock_transparent.png'), var(--gradient-yellow);
    background-position: bottom;
    background-size: cover;
}
#plugit-mobile.image-backdrop .spacer {
    height: 90vw;
}

#diagram {
    padding-bottom: 0;
}

#feature-collage {
    background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/dock/dock_flatLay.jpg');
}
#feature-camping {
    background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/lifestyle_camping.jpg');
}

section#specs {
    padding-top: 1em;
}
section#specs .content .gridrow {
    margin-bottom: 2em;
}

@media screen and (min-width: 1920px) {
    section#top-feature.image-backdrop .spacer {
        height: 47em;
    }
}

@media screen and (min-width: 1280px) {
    #feature-text p {
        padding-top: 0.7em;
    }
}

@media screen and (max-width: 980px) {
    section#top-feature.image-backdrop .spacer {
        height: 62vw;
    }
}

@media screen and (max-width: 700px) {
    section#top-feature {
        background-position: bottom;
    }
    section#top-feature.image-backdrop .spacer {
        height: 30em;
    }
    section#top-feature.image-backdrop p {
        margin-bottom: 1em;
    }
    section#top-feature .gridrow {
        margin-bottom: 0;
    }

    section#specs {
        padding-top: 2em;
    }
    section#specs h2 {
        margin-top: 1em;
        margin-bottom: 1.5em;
    }
    section#specs .content .gridrow {
        margin-bottom: 4em;
    }
}
