#AM_DC_whatMatters_bestOfAreaPosts {
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.AM_DC_bestOfAreaPosts_postCopyContainer {
    width: 80%;
    margin: 0 auto;
}
.AM_DC_bestOfAreaPosts_postCopyContainer h3 {
    font-size: 26px;
}
.AM_DC_bestOfAreaPosts_postContainer {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.AM_DC_bestOfAreaPosts_post {
    width: 22%;
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    height: 500px;
    margin: 0 1%;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
}
.AM_DC_bestOfAreaPosts_postImage_half {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_bestOfAreaPosts_postCopy {
    height: 250px;
    padding-top: 60px;
}
.AM_DC_bestOfAreaPosts_postCopy h4 {
    font-size: 26px;
    width: 90%;
    margin: 0 auto;
}
.AM_DC_bestOfAreaPosts_post a {
    padding: 10px;
    display: inline-block;
}
.AM_DC_bestOfAreaPosts_postImage_full {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_bestOfAreaPosts_postImage_full h4 {
    font-size: 26px;
    padding-top: 200px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}
.AM_DC_bestOfAreaPosts_postImage_full a {
    color: #fff;
}
.AM_DC_bestOfAreaPosts_viewAll {
    margin: 30px auto 0 auto;
    text-align: center;
}
.AM_DC_bestOfAreaPosts_viewAll a {
    width: auto;
    padding: 10px 30px;
    color: #fff;
    background-color: #03a8b0;
    border-radius: 5px;
}
.AM_DC_bestOfAreaPosts_postScroller {
    margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
    .AM_DC_bestOfAreaPosts_postContainer {
        width: 300%;
    }
    .AM_DC_bestOfAreaPosts_postScroller {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: -100px;
    }
    .AM_DC_bestOfAreaPosts_post:nth-child(even) {
        top:-110px;
    }
}