.res {
    position: relative;
    height: 300px;
    padding: 3px !important;
    overflow: hidden;
}

/* Hover'da karartma efekti */


.res:hover::after {
    opacity: 1;
}

/* Mevcut metin kutusu (ucdyazi) */
.ucdyazi {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    z-index: 2; /* karartmanın üstünde kalsın */
	pointer-events: none;
}

.ucdyaziKategori {
    position: relative;
    
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    
    font-size: 18px;
	margin-bottom:100px;
	padding-bottom:100px;
   
}

/* Görsel */
.altresim {
    border-radius: 10px;
	pointer-events: none;
}



.cerceve
{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;

}

.cerceve:hover 
{
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.parlak:hover 
{
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}