.xxx-app-banner-large--custom.xxx-app-banner-large {
    position: relative;
}

.xxx-app-banner-large--custom .xxx-app-banner-large__img-bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.xxx-app-banner-large--custom .xxx-app-banner-large__img-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}