.webProjectSwiper .swiper-slide:not(.swiper-slide-active) .post-info {
    visibility: hidden;
}

.webProjectImages[activeImage='true'] {
    width: 100%;
}

.webProjectImages[activeImage='false'] {
    display: none;
}

@media screen and (min-width: 768px) {
    .webProjectImages[activeImage='false'] {
        filter: blur(6px);
        width: 261px;
        display: inline-block;
    }
    
    .webProjectImages[activeImage='true'] {
        width: 432px;
    }
    
    .webProjectSwiper .swiper-slide {
        width: 532px !important;
        height: auto !important;
    }
}
