.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__item {
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 7px rgba(0,0,0,.28);
    overflow: hidden;
    position: relative;
    min-height: 1px;
    word-wrap: break-word;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image {
    background-color: #292d35;
    border-bottom: 1px solid #ebeced;
    display: block;
    position: relative;
    line-height: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s;
    transition-delay: .1s;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__title {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__title a{
	padding: 12px;
    font-size: 18px;
    text-align: center;
    display: block;
    color: white;
}


.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__imageCaption {
    position: absolute;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1.5em;
    z-index: 9;
    opacity: 0;
    transition: opacity .3s .1s,-webkit-transform .3s .1s;
    transition: opacity .3s .1s,transform .3s .1s;
    transition: opacity .3s .1s,transform .3s .1s,-webkit-transform .3s .1s;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image {
    background-color: #292d35;
    border-bottom: 1px solid #ebeced;
    display: block;
    position: relative;
    line-height: 0;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image:hover img, 
.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image:focus img {
    opacity: .05;
    transition-delay: 0s;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image:hover .articleListWrapper__imageCaption, 
.et_divi_builder #et_builder_outer_content .et_pb_section .articleListWrapper__image:focus .articleListWrapper__imageCaption {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.et_divi_builder #et_builder_outer_content .et_pb_section .promo_flyers_wrap{
	width: 80%;
	    margin: auto !important;
	    max-width: 1200px;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .promo_flyers{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.et_divi_builder #et_builder_outer_content .et_pb_section .promo_flyers article{
	max-width: 300px;
	margin: 20px;
}