.content-gp-design-element-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 0 0 0 !important;
    z-index: 1;
}
.content-gp-design-element-group > * {
    width: 100%;
    margin: 0.75rem 0;
}

.content-gp-design-element-group.with-background-image,
.content-gp-design-element-group.with-background-video{
    padding: calc(1.25rem - 0.75rem) 1.25rem;
    margin: 0.75rem 0 !important;
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image,
.content-gp-design-element-group.with-background-video > .gp_deg_background-video{
    margin: 0 0 0 0 !important;
}

.content-gp-design-element-group.with-background-image > .gp_deg_background-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    padding: 0 0 0 0 !important;
}

.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure {
    position: relative;
    width:100%;
    height: 100%;
    min-height: 100px;
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure a{
    width: 1px;
    height: 1px;
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--obj-x) var(--obj-y);
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure picture{
    width: 100% !important;
    height: 100% !important;
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure picture img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
}
.content-gp-design-element-group.with-background-image > .gp_deg_background-image figure figcaption {
    z-index: 1;
    bottom: 0;
    position: absolute;
    padding-left: 10px;
}


.content-gp-design-element-group.with-background-video > .gp_deg_background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    z-index: -1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.content-gp-design-element-group.with-background-video > .gp_deg_background-video > figure {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100px;
}

.content-gp-design-element-group.with-background-video > .gp_deg_background-video > figure > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--obj-x) var(--obj-y);
}

