.AM_DC_heroBanner_container {
    top: 50px;
    position: relative;
}
.AM_DC_heroBanner_container ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.AM_DC_heroBanner_container li {
    display: inline-table;
    width: 15%;
    height: 220px;
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
    margin: 0 1% !important;
    overflow: hidden;
}
.AM_DC_heroBanner_locations_top {
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}
.AM_DC_heroBanner_locations_top h4 {
    margin: 0;
    padding: 10px 0 10px 20px;
    width: 80%;
    font-size: 25px;
    display: inline-block;
    color: #4c1800;
}
.AM_DC_heroBanner_locations_bottom {
        width: 100%;
    background-color: rgba(255,255,255,0.5);
    position: relative;
    height: 170px;
    bottom: -1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.AM_DC_heroBanner_parent img {
    width: 8%;
    padding: 0 0 10px 0;
}
.AM_DC_heroBanner_parent {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 450px;
    margin-bottom: 280px;
    padding: 0;
}
.AM_DC_heroBanner_header h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: white;
    margin: 100px auto 20px auto;
}
.AM_DC_heroBanner_feefo a {
    color: white;
}
.AM_DC_heroBanner_feefo {
    text-align: center;
    font-size: 16px;
}
.AM_DC_heroBanner_feefo img {
    width: 150px !important;
}

@media only screen and (max-width:1024px) {
    .AM_DC_heroBanner_locations_bottom {
        display: none;
    }
    .AM_DC_heroBanner_container li {
        height: auto;
        width: 39%;
        margin-bottom: 10px !important;
    }
    .AM_DC_heroBanner_parent {
        background-size: cover;
        height: 520px;
        margin-bottom: 0;
        padding-top: 50px;
    }
    .AM_DC_heroBanner_parent .olse {
        display: none;
    }
    .AM_DC_heroBanner_container li:nth-child(1) {
        width: 80%;
    }
    .AM_DC_heroBanner_header h1 {
        font-size: 40px;
    }
    .AM_DC_heroBanner_parent img {
        width: 10%;
        max-width: 16px;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .AM_DC_heroBanner_locations_top h4 {
        width: 80%;
    }
    .AM_DC_heroBanner_feefo {
        display: none;
    }
    .AM_DC_heroBanner_container {
        margin-top: 30px;
    }
}