.wgt-scaling-image
{
    height: 80vh;
    width: 100%;
    position: relative;
    z-index: 1;
}
.wgt-scaling-image .heading
{
    display: none;
}
.wgt-scaling-image .heading-active
{
    display: block;
}
.wgt-scaling-image .text
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5vw;
    right: 5vw;
    z-index: 2;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}
.wgt-scaling-image-item
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.wgt-scaling-image-item .filter
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
}