.showcase {
    margin: 25px 0 40px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    overflow: hidden;
}

.showcase .inner-panel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.showcase .item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    border: 4px solid white;
    overflow: hidden;
}

.showcase .item a.img-wrap {
    background-color: inherit;
}

.showcase .item .img-cont {
    position: relative;
    padding-bottom: 125%;
}

.showcase .item .img-cont .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    pointer-events: none;
    transition: opacity 0.2s;
}

.showcase .item .item-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 65%;
    padding: 10px 20px;
    background-color: white;
}

.showcase .item .item-label h2 {
    font-family: 'Mission Gothic_Black';
    color: #414846;
    font-size: 28px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}

.showcase .item .item-label span {
    display: block;
}

.showcase .item .item-label span:first-of-type {
    font-size: 14px;
    line-height: 10px;
    font-family: 'Mission Gothic_Regular';
}

.showcase .item .item-label span:last-of-type {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.showcase .item .item-label .toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase .item .item-label .toggle i {
    color: white;
}
.showcase .item .inner-label {display:none;}
.showcase .item .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 70%;
    padding: 55px;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 0;
    pointer-events: none;
}

.showcase .item .inner-content h2 {
    font-family: 'Mission Gothic_Black';
    color: #414846;
    font-size: 88px;
    line-height: 80px;
    margin: 0 0 45px;
}

.showcase .item .inner-content .desc {
    text-align: left;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
}

.showcase .item .inner-content .close-panel {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 36px;
    cursor: pointer;
}
.showcase .item .button .icon {padding-top:0}
.showcase .item .see-more {display: none;}
@media (min-width: 641px) {
    .showcase .item .item-label {
        padding: 40px;
        min-width: 60%;
    }

    .showcase .item .item-label .toggle {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .showcase .item .item-label h2 {
        font-size: 34px;
        line-height: 30px;
    }
}

@media (min-width: 800px) {
    .showcase .item .img-cont {
        padding-bottom: 100%;
    }
}

@media (min-width: 1025px) {
    .showcase {
        border: 0;
        margin: 65px 0 120px;
    }

    .showcase .inner-panel {
        margin: 0;
        flex-wrap: wrap;
    }

    .showcase .item {
        width: calc(25% + 114px);
        margin-right: -118px;
        border: 0;
        background-color: white;
        -webkit-clip-path: polygon(115px 0%, 100% 0, 100% 100%, 0% 100%, 0% 166px);
        clip-path: polygon(115px 0%, 100% 0, 100% 100%, 0% 100%, 0% 166px);
        transition: ease all 0.2s;
    }

    .showcase .item .item-label {
        transition: transform 0.2s 0.2s;
    }

    .showcase.active .item.selected .item-label {
        transition: transform 0.2s;
        transform: translate(-100%, -50%);
    }

    .showcase .item:nth-child(4n+1),
    .showcase .item:nth-child(4n+1) .img-cont,
    .showcase .item:nth-child(4n+5),
    .showcase .item:nth-child(4n+5) .img-cont {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
    }

    .showcase .item:first-child .img-cont {
        margin-left: 0;
    }

    .showcase .item .img-cont {
        padding: 0;
        min-height: 950px;
        margin-left: 6px;
        -webkit-clip-path: polygon(115px 0%, 100% 0, 100% 100%, 0% 100%, 0% 166px);
        clip-path: polygon(115px 0%, 100% 0, 100% 100%, 0% 100%, 0% 166px);
        transition: ease all 0.2s;
    }

    .showcase.active .item,
    .showcase.active .item .img-cont {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
    }

    .showcase.active .item {
        width: 20%;
        margin: 0;
    }

    .showcase.active .item.selected {
        width: 40%;
    }

    .showcase.active .item.selected .inner-content {
        transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
        transform: translate(-50%, -50%);
        opacity: 1;
        pointer-events: all;
    }

    .showcase .item .item-label h2 {
        font-size: calc(34px + (84 - 34) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(30px + (64 - 30) * ((100vw - 1025px) / (1700 - 1025)));
    }
    .showcase.small-titles .item .item-label h2 {
        font-size:30px;
        line-height: 36px;
    }

    .showcase .item .item-label.alt-title span:first-of-type {
        font-size: calc(18px + (30 - 18) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(14px + (34 - 14) * ((100vw - 1025px) / (1700 - 1025)));
    }
    .showcase.small-titles .item .item-label.alt-title span:first-of-type {
        font-size:28px;
        line-height: 30px;
    }

    .showcase .item .item-label .toggle {
        width: 50px;
        height: 50px;
    }

    .showcase .item .item-label {
        padding-right: 60px;
        text-align: right;
        max-width: 80%;
    }

    .showcase .item:last-child .item-label {
        text-align: left;
    }

    .showcase .item .item-label.alt-title h2 {
        margin: 75px 0;
    }

    .showcase .item:hover .img-cont .bg-color {
        opacity: 0;
    }

}
.showcase .item:nth-child(4n+6) .img-cont .bg-color,
.showcase .item:nth-child(4n+6) .slide-content .toggle {
    background-color:#E81944;
}
.showcase .item:nth-child(1) .img-cont .bg-color,
.showcase .item:nth-child(4n+2) .img-cont .bg-color,
.showcase .item:nth-child(1)  .slide-content .toggle,
.showcase .item:nth-child(4n+2)  .slide-content .toggle {
    background-color:#F8D743;
}
.showcase .item:nth-child(2) .img-cont .bg-color,
.showcase .item:nth-child(4n+3) .img-cont .bg-color,
.showcase .item:nth-child(2) .slide-content .toggle,
.showcase .item:nth-child(4n+3) .slide-content .toggle {
    background-color:#C6D83D;
}
.showcase .item:nth-child(3) .img-cont .bg-color,
.showcase .item:nth-child(4n+4) .img-cont .bg-color,
.showcase .item:nth-child(3) .slide-content .toggle,
.showcase .item:nth-child(4n+4) .slide-content .toggle  {
    background-color:#60CCED;
}
.showcase .item:nth-child(4) .img-cont .bg-color,
.showcase .item:nth-child(4n+5) .img-cont .bg-color,
.showcase .item:nth-child(4) .slide-content .toggle,
.showcase .item:nth-child(4n+5) .slide-content .toggle {
    background-color:#1E3060;
}
.showcase .item:nth-child(5) .img-cont .bg-color,
.showcase .item:nth-child(5) .slide-content .toggle {
    background-color:#E81944;
}
.showcase .item:nth-child(4n+6) .close-panel {
    color:#E81944;
}
.showcase .item:nth-child(1) .close-panel,
.showcase .item:nth-child(4n+2) .close-panel {
    color:#F8D743;
}
.showcase .item:nth-child(2) .close-panel,
.showcase .item:nth-child(4n+3) .close-panel {
    color:#C6D83D;
}
.showcase .item:nth-child(3) .close-panel,
.showcase .item:nth-child(4n+4) .close-panel {
    color:#60CCED;
}
.showcase .item:nth-child(4) .close-panel,
.showcase .item:nth-child(4n+5) .close-panel {
    color:#1E3060;
}
.showcase .item:nth-child(5) .close-panel {
    color:#E81944;
}