.birim_oku_mudur_yazi{
  margin-top:-10px;
  padding-left:20px;
}
.birim_oku_mudur{
  margin-top:-10px;
  margin-left:10px;
}
.birim_oku_bresim img{
  border:1px solid #d0cfcf;
  border-bottom:4px solid #c8c7c7;
  padding:3px;
}

.birimler {
  float: left;
}
.birimler img {
  width:100%;
  padding:4px;
  border:1px solid #d0cfcf;
  border-bottom:4px solid #c8c7c7;
}

.birimler img:hover {
  width:100%;
  padding:4px;
  border:1px solid #333;
  border-bottom:4px solid #df0001;
}


.birimler h2 {
 text-align: center;
font-size:20px;
  color: #000;
  margin-top:5px;
}

.birimler h2:hover {
 text-align: center;
font-size:20px;
  color: #df0001;
  margin-top:5px;
}

.birimler a {
  text-align: left;
  font-size: 12px; 
  color: #000;
}

.birimler figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.birimler figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
/* Shine */
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}