/*
Theme Name: Sticmac 2026
Author: Sticmac
Template: twentytwentyfive
Description: Yo
Tested up to: 6.9
Version: 1.19
Text Domain: sticmac
*/

.archive-project-year {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-top: 7px;
    text-align: right;
}

.archive-project-year span {
    color: #fff;
    background: rgba(50,50,50,.8);
    padding: 10px;
}

.project {
    overflow: hidden;
    transition: all 0.8s;
}

.project:hover {
    opacity: 0.8;
}

.project .project-image-container {
    overflow: hidden;
}

.project .project-image {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.project:hover .project-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}