.configuration {
    background: white;
    overflow: auto;
    padding-bottom: 5%;
}
.configuration p {
    padding: 2% 10%;
    font-size: larger;
    text-align: center;
    margin: 0 0 5% 0;
}
.configuration h1 {
    width: 80%;
    margin: 10% auto 5%;
    font-weight: bolder;
    font-size: 3em;
    color: black;
}
.configuration .heading {
    height: auto;
}
.configuration .panel {
    text-align: center;
}
.configuration .image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.configuration img {
    padding: 0% 5%;
}
.configuration .text h2 {
    font-size: 2em;
    margin: 10% auto 5% auto;
}
.configuration .landscape {
    display: none;
}
.configuration .portrait {
    display: block;
}


@media only screen and (min-width: 640px) {
    .configuration p {
        padding: 2% 15%;
    }
}

/********************************************
 *
 * TABLET 800px
 */
@media only screen and (min-width: 800px) {
    .configuration .landscape {
        display: block;
    }
    .configuration .portrait {
        display: none;
    }
    .configuration .image {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .configuration p {
        padding: 2% 25%;
    }
}

@media only screen and (min-width: 1000px) {
    .configuration .heading h1 {
        margin: 10% auto 0%;
    }
    .configuration .text h2 {
        margin: 10% auto 0% auto;
    }
    .configuration img {
        padding: 0 15%;
    }
}

/********************************************
 *
 * LARGER SCREENS
 */
@media only screen and (min-width: 1200px) {
    .configuration .heading {
        float: right;
        width: 50%;
    }
    .configuration .heading h1 {
        margin: 30% auto 0%;
    }
    .configuration .text {
        width: 50%;
        margin: 2% auto;
        float: right;
        clear: right;
    }
    .configuration .image {
        width: 50%;
        float: left;
        margin: none;
    }
    .configuration .landscape {
        display: none;
    }
    .configuration .portrait {
        display: block;
    }
    .configuration img {
        padding: 15% 0% 15% 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .configuration img {
        padding: 15% 0% 15% 30%;
    }
}

@media only screen and (min-width: 1600px) {
    .configuration .heading h1 {
        margin: 20% auto 0%;
    }
    .configuration .heading {
        width: 60%;
    }
    .configuration .text {
        margin: 0% auto;
        width: 60%;
    }
    .configuration .text h2 {
        margin: 5% auto 0% auto;
    }
    .configuration .image {
        width: 40%;
    }
    .configuration img {
        padding: 15% 0% 15% 30%;
    }
    .configuration p {
        padding: 2% 35%;
    }
}
