.image-fade {
    position:  absolute;
    top: 0;
    left:  0;
    right:  0;
    bottom: 0;
    z-index:  0;
    filter: blur(6px);
    transform: scale(1.1);
background-color: #000;

     background-position: center;
}

.ag-article-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
}

.ag-overlay-sizer div.Image {
    width: auto !important;
    height: 100%;
    z-index: 1000;
}

.ag-overlay-sizer > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ag-overlay-sizer {
    position: relative;
    width: 100% !important;
    padding-top: 70%;
    z-index: 1;
}

.ag-article-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
}