body {
    background-image: url(HiFi-Mockup-Screens.jpg);
    background-size: contain;
}

#mobile-header-image {
    display: none;
}

@media (min-width: 992px) {
    .scroll-div {
        overflow-y: scroll;
        border-top: 1px solid rgba(255,255,255,.5);
        border-bottom: 1px solid rgba(255,255,255,.5);
        box-shadow: inset 0px -5px 2px -2px, inset 0px 5px 2px -2px;
    }
    #Research-div {
    max-height: 18.5em;
    }
    #Context-div {
        max-height: 18em;
    }
    #Analyzing-div {
        max-height: 15em;
    }
    #Prototyping-div {
        height: 40.5em;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .responsive-break {
        display: none;
    }
    .detail-header-shrink {
        font-size: 2.65em;
    }
}

@media (min-width: 1200px) {
    #Research-div {
    max-height: 24em;
    }

    #Context-div {
        max-height: 18em;
    }
    #Analyzing-div {
        max-height: 15em;
    }
    #Prototyping-div {
        height: 49em;
    }
}

@media (max-width: 767px) {
    body {
        background-image: none;
    }
    #mobile-header-image {
        display: block;
        width: 100vw;
    }
    #top-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    #top-content-text-container > h1 {
        background-color: #272D42;
        box-shadow: 0 5px 4px 0 rgba(0,0,0,0.79);
        font-size: 9vw;
        text-align: center;
        padding-bottom: .8em;
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 0px;
    }
    #top-content-text-container > h2 {
        font-size: 7vw;
        text-align: left;
        padding-bottom: .8em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background: linear-gradient(180deg, rgba(33,37,57,.9) 7%, rgba(0,0,0,0.95) 100%);
    }
    #portfolio-first-row {
        padding-top: 0em;
    }
    h3 {
        font-size: 10vw;
        color: white;
        text-align: left;
    }
    p {
        font-size: 3.88vw;
    }
}