.competition-label {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-img:hover .competition-label {
    opacity: 1;
}
