/* Start custom CSS */.showcase-portfolio .slide-inner {
    padding-top: 0;
    width: 100%;
    height: 100%!important;
    margin: 0;
    overflow: visible;
    aspect-ratio: 16 / 21!important;

    
}

.showcase-portfolio.layout-three .clapat-item {
    width: calc(33% - 80px)!important;
    margin: 60px 40px!important;
    height: 30vh;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-caption.trigger-item-link-secondary {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
}

@media only screen and (max-width: 650px){
    .showcase-portfolio.layout-three .clapat-item {
    width: calc(100% - 80px)!important; 
}
}


.hero-subtitle{
    display:none!important
}

a[data-filter="home"] {
   display: none;
}/* End custom CSS */