.glcr-showcase-wall-container {
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}

.glcr-showcase-wall {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* IMAGES */
.glcr-scw-images {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 50%;
}

.glcr-scw-images-holder {
    width: 100%;
    display: flex;
    position: relative;
    width: 740px;
    height: 510px;
}

.glcr-scw-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0s 1.45s;
    will-change: transform;
}

.glcr-showcase-wall .glcr-scw-image.active-item {
    opacity: 1;
    z-index: 1;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.glcr-showcase-wall .glcr-scw-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(1, 0, .25, .995);
    transition: -webkit-transform .6s cubic-bezier(1, 0, .25, .995);
    transition: transform .6s cubic-bezier(1, 0, .25, .995);
    transition: transform .6s cubic-bezier(1, 0, .25, .995), -webkit-transform .6s cubic-bezier(1, 0, .25, .995);
}

.glcr-showcase-wall .glcr-scw-image.active-item img {
    z-index: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

/* CONTENT */
.glcr-scw-items {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    justify-content: center;
}

.glcr-showcase-wall .glcr-scw-items-list {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
}

.glcr-showcase-wall .glcr-scw-items-list-holder {
    display: table;
    height: auto;
    position: relative;
}

.glcr-scw-item {
    position: relative;
    display: block;
    vertical-align: top;
    min-height: 1px;
    cursor: pointer;
    margin: 20px 0;
}

.glcr-scw-titleSubtitle {
    display: flex;
}

.glcr-showcase-wall .glcr-scw-item .glcr-scw-title {
    background-color: transparent;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    width: auto;
}

.glcr-scw-subtitle {
    align-self: flex-end;
}

.glcr-showcase-wall-style-vertical .glcr-scw-subtitle {
    align-self: flex-start;
}

.glcr-showcase-wall-style-vertical .glcr-scw-titleSubtitle {
    flex-direction: column
}

.glcr-showcase-wall .glcr-scw-item.active-item .glcr-scw-title {
    z-index: 10;
}

.glcr-showcase-wall .glcr-scw-item .glcr-scw-title .glcr-scw-title-text {
    display: block;
    z-index: -2;
    position: relative;
}

.glcr-showcase-wall-title-stroke-yes .glcr-showcase-wall .glcr-scw-item .glcr-scw-title .glcr-scw-title-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--swm-color-headings);
}

.glcr-showcase-wall .glcr-scw-item .glcr-scw-title .glcr-scw-title-text:before {
    content: attr(data-title);
    position: absolute;
    -webkit-text-fill-color: currentColor;
    left: 0;
    top: 0;
    transition: .7s cubic-bezier(.25, .46, .45, .94);
    -webkit-clip-path: polygon(0 150%, 0 150%, 100% calc(100% + 0.2em), 100% calc(100% + 0.2em));
    clip-path: polygon(0 150%, 0 150%, 100% calc(100% + 0.2em), 100% calc(100% + 0.2em));
}

.glcr-showcase-wall .glcr-scw-item.active-item .glcr-scw-title .glcr-scw-title-text:before {
    -webkit-clip-path: polygon(0 0, 150% 0, calc(100% + 0.2em) calc(100% + 0.4em), -50% 100%);
    clip-path: polygon(0 0, 150% 0, calc(100% + 0.2em) calc(100% + 0.4em), -50% 100%);
}

@media only screen and (max-width:1024px) {
    .glcr-showcase-wall {
        flex-direction: column;
        height: auto;
    }

    .glcr-showcase-wall .glcr-scw-items {
        width: 100%;
        height: 64%;
        position: relative;
    }

    .glcr-showcase-wall .glcr-scw-items-list {
        width: 100%;
        height: auto;
    }

    .glcr-showcase-wall .glcr-scw-items-list-holder {
        height: 100%;
    }

    .glcr-showcase-wall .glcr-scw-items-list article {
        height: auto;
    }

    .glcr-showcase-wall .glcr-scw-images {
        position: relative;
        width: 100%;
        bottom: 0;
        z-index: 1;
        max-width: 100%;
    }

}

.glcr-showcase-wall-container {
    height: 100vh;
}

.glcr-showcase-wall .glcr-scw-item .glcr-scw-title .glcr-scw-title-text, .glcr-showcase-wall .glcr-scw-item .glcr-scw-title .glcr-scw-title-text a {
    color: var(--swm-color-headings);
    font-size: 75px;
    line-height: 90px;
}

.glcr-showcase-wall .glcr-scw-subtitle {
    margin: 0 0 10px 6px;
    color: #888;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.glcr-showcase-wall .glcr-scw-counter {
    margin: 10px 8px 0 0;
    color: #888;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: calc(var(--body-font-size) - 2px);
}

.glcr-showcase-wall .glcr-scw-item.active-item .glcr-scw-counter, .glcr-showcase-wall .glcr-scw-item.active-item .glcr-scw-subtitle {
    color: var(--swm-color-headings);
}