/*BANKLAR */
.banklar{
    text-align: center;
        font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 20px;
  margin-top: 120px;
}
.portfolio ul,
.portfolio li{
    margin-left:30px;
    padding: 0;
    list-style-type: none;
    margin-bottom: 100px;
}
.portfolio li{
    display: inline-block;
    width: 130px;
    position: relative;
}
.portfolio img{
    max-width: 100%;
    display: block;
}
.descr {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}