.table-tags,
.table-tags table{
    width: auto !important; /* width: 100% !important */
}   

.table-tags tbody tr td{
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    font-size: inherit !important;
    font-weight: 300 !important;
}

.table-tags tbody tr td:nth-child(1){
    /* max-width: 190px; */
    min-width: 80px !important;
}

.table-tags tbody tr td:nth-child(2){
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.table-tags tbody tr td:nth-child(3){
    /* max-width: 300px; */
}


/* .fancybox-inner {
	right: 112px;
} */

/* .fancybox-thumbs {
	display: block;
} */

/* .fancybox-container:not(.fancybox-show-thumbs) .fancybox-thumbs__list {
	display: none;
} */

.projects-description {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    pointer-events: none;
}

.projects-description p{
    font-size: 16px;
}

@media (min-width: 1132px){
    .projects-description {
        position: absolute;
        right: 40px;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        margin-top: 0;
        align-items: center;
    }
}

@media (max-width: 768px){
    .projects-description {
        /* margin-top: -20px; */
        /* margin-bottom: 15px; */
    }

    .projects-description p{
        font-size: 14px;
    }
}

@media (max-width: 515px){
    .projects-description {
        justify-content: center;
    }
}

.analytics-item-1{ animation-delay: 0.5s; }
.analytics-item-2{ animation-delay: 0.75s; }
.analytics-item-3{ animation-delay: 1.0s; }
.analytics-item-4{ animation-delay: 1.25s; }
.analytics-item-5{ animation-delay: 1.50s; }
.analytics-item-6{ animation-delay: 1.75s; }
.analytics-item-7{ animation-delay: 2.0s; }
.analytics-item-8{ animation-delay: 2.25s; }