.fullContent .graphic {
    width: 100%;
    min-height: 200px;
}

.fullContent .wrapper {
    position: relative;
}

.fullContent .varGraphic {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
}

.fullContent .max1200 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.fullContent .max1000 {
    width: 100%;
    max-width: 1000px;
}

.fullContent .max800 {
    width: 100%;
    max-width: 800px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.clear {
    height: 25px;
}

/* COLUMNS */

.aiuses .wrapper{
    width: 100%;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}
.aiuses .wrapper .uses{
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 425px;
    margin: 20px;
    padding: 0px;
    vertical-align: top;
}
.aiuses .wrapper .uses .loop{width: 100%;}
.aiuses .wrapper .uses p{
    font-weight: 300;
    line-height: 1.4em;
    max-width: 380px;
}

/* SCROLL */
.scroll-slider {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.scroll-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.scroll-slide {
    flex: 1 0 1100px;
    max-width: 1100px;
    height: 500px;
}

.item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.item-container {
    position: relative;
}

.item-title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 40em) {
    .item-body {
        position: absolute;
        left: 100%;
        top: 50%;
        width: 50%;
        -webkit-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%);
    }
}

.sections-made a:hover {
    color: #6f6f6f;
    text-decoration: none;
}

.sections-made {
    padding-bottom: 30px;
    text-align: center;
}

.sections-made h3 {
    max-width: 425px;
    margin: 10px auto;
    font-size: 16px;
}

.sections-made p {
    max-width: 425px;
    margin: 10px auto;
    font-size: 15px;
    font-style: italic;
}

.sections-made span {
    max-width: 425px;
    margin: 40px auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 100;
}

.column-mic {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    margin: 20px;
    padding: 0px;
    vertical-align: top;
}

.mic {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.mic:after {
    content: "";
    display: table;
    clear: both;
}