.image-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /*border: 1px solid #f5f3f3;*/
}

.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 1) 100%);
    opacity: 1;
    top: 0;
}

.img-title-small {
    position: absolute;
    bottom: 1%;
    color: white;
    margin-left: 5%;
    margin-right: 5%;
    /*font-weight: var(--f-w-md);*/
}

.image-icon {
    position: absolute;
    height: 30px;
    display: flex;
    width: 30px;
    background-color: var(--site-color);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    left: 5px;
    top: 5px;
}

.image-icon .fa-images {
    color: white !important;
}

a:hover .overlay {
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 1) 100%);*/
}

a:hover .img-title-small {
    color: var(--second-site-color);
}

.category {
    margin-top: var(--full);
    margin-bottom: var(--full);
}

.category-name-btn-more{
    display: flex;
}

.btn-more {
    display: flex;
    justify-content: end;
    align-items: center;
}

.category-name {
    font-size: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding-top: var(--half);
    padding-bottom: var(--half);
}

.at-a-glance .category-name a:hover,
.at-a-glance .btn-more a:hover {
    color: white;
}
