.dg-boxes .dg-box-with-background {
    min-height: 500px;
    height: 100%;
}

.dg-boxes.dg-small-height-boxes .dg-box-with-background {
    min-height: 300px;
}

.dg-box-with-background {
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.dg-box-with-background .dg-box-with-background-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
}

.dg-box-with-background .dg-box-with-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.dg-box-with-background .dg-box-with-background-content {
    position: relative;
    z-index: 2;
}


/*
.dg-box-with-background-image {
    position: relative;
}
.wp-block-columns.dg-box-with-background-image-wrapper .wp-block-column {
    position: relative;
}
.wp-block-columns.dg-box-with-background-image-wrapper .wp-block-column .dg-box-with-background-image {
    /*  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 1; 
}

.dg-box-with-background-image .wp-block-cover__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
}

.dg-box-with-background-image .wp-block-cover__image-background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dg-box-with-background-image .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
}
    */