.features_wrap, .sponsors_wrap, .testdrives{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features_wrap > article, .testdrives > div.testdrive{
    padding: 1rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
    flex: 0 0 100%;
    margin-bottom: 3%;
}
.features_wrap > article > div:first-child, .testdrives > div.testdrive > div:first-child{
    position: relative;
    margin: -1.75rem -1.75rem 0;
}
.features_wrap > article > div:first-child a, .testdrives > div.testdrive > div:first-child a{
    display: block;
}
.features_wrap > article > div:first-child a img, .testdrives > div.testdrive > div:first-child a img{
    max-width: none;
    width: 100%;
    max-height: 15rem;
    object-fit: cover;
}
.features_wrap > article h2.entry-title{
    font-size: 20px !important;
    line-height: 1.4em !important;
    font-weight: 500;
    /*height: 4.13rem;*/
}
.features_wrap > article p{
    color: #666;
    font-size: 13px;
    line-height: 1.9em;
}


/* SPONSORS */
.sponsors_wrap > figure{
    padding: 1rem;
    flex: 0 0 100%;
    margin-bottom: 3%;
}



/* EXHIBITORS */
div.exhibitors ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
div.exhibitors ul li{
    flex: 0 0 100%;
    padding: .5em 0;
    border-bottom: 1px solid #e3e3e3;
}




/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {
    .features_wrap > article, .testdrives > div.testdrive{
        flex: 0 0 48%;
    }
    /* SPONSORS */
    .sponsors_wrap > figure{
        flex: 0 0 50%;
    }
    div.exhibitors ul li{
        flex: 0 0 48%;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {
    .features_wrap > article, .testdrives > div.testdrive{
        flex: 0 0 31%;
    }
    /* SPONSORS */
    .sponsors_wrap > figure{
        flex: 0 0 33.3%;
    }
    div.exhibitors ul li{
        flex: 0 0 30%;
    }
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
    /* SPONSORS */
    .sponsors_wrap > figure{
        flex: 0 0 25%;
    }
}











