.AM_DC_imageLinkSection_container {
    position: relative;
    margin-bottom:20px;
}
.AM_DC_imageLinkSection_container ul {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: center;
}
.AM_DC_imageLinkSection_container li {
    display: inline-table;
    width: 22%;
    height: 220px;
    /*background-color: rgba(0,0,0,0.1);*/
    border-radius: 5px;
    position: relative;
    margin: 0 1% !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_imageLinkSection_top {
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    background-color: rgba(255,255,255,0.8);
}
.AM_DC_imageLinkSection_top h4 {
    margin: 0;
    padding: 10px 0 10px 10px;
    width: 80%;
    font-size: 20px;
    display: inline-block;
    color: #4c1800;
}
.AM_DC_imageLinkSection_bottom {
    width: 100%;
    position: relative;
    height: 170px;
    bottom: -10px;
}

@media only screen and (max-width:1024px) {
    .AM_DC_imageLinkSection_container {
        overflow-x: scroll !important;
    }
    .AM_DC_imageLinkSection_container ul {
        width: calc(1210px + 12%) !important;
        text-align: left !important;
        padding: 0 6% !important;
    }
    .AM_DC_imageLinkSection_container li {
        width: 270px !important;
    }

}