
.video-trigger .play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-trigger .play-overlay::before {
    content: '';
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.video-trigger .play-overlay::after {
    content: '';
    position: absolute;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


.video-trigger img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.video-section-wrapper {
    margin-top: 70px;
}

.video-section-wrapper .filter-item {
    padding: 0 20px;
    margin-top: 50px;
}

.hidden {
    display: none;
}

.video-section-wrapper .portfilio-card-title {
    font-size: 26px;
}

@media (max-width: 991px) {
    .video-section-wrapper {
        margin-top: 0;
    }

    .video-section-wrapper .filter-item {
        padding: 0 30px;
        margin-top: 30px;
    }

    .video-section-wrapper .portfolio-thumb {
        margin-bottom: 15px;
    }
}