.ets-feature{
    position: relative;
}
.ets-feature .spinner{
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.ets_mm_block_content .ets-feature ul li:not(.item_has_img){
    float: none;
}
.ets_mm_block .ets-feature li > a.disabled{
    pointer-events: none !important;
    opacity: .25;
}
.ets_mm_block .ets-feature li:hover > a.disabled,
.ets-feature li > a.disabled:hover{
    color: #12102B !important;
    opacity: .25;
}