.kategoriler{

}
.kategori{
    height:280px;
}
.kategori_resim{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
	background-color:rgba(0,0,0,0.1);
}

.kategori_baslik{
    font-size: 16px;
    padding: 10px 0;
}
.kategori_ozet{

}


.kategori_ana{
    width: 200px;
    min-height: 100px;
    margin: 0 auto 10px auto;
}
.kategori_ana_resim{
    width: 200px;
    height: 120px;
    background-repeat:no-repeat;
    background-size: cover;
    border: 3px solid #ccc;
}
.kategori_baslik{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.oyuncu_resim{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-color:rgba(0,0,0,0.1);
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.oyuncu_no{
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    right: 0;
}

.oyuncu_baslik{
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
.oyuncu_ozet{

}