html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*Yazarlar Animasyon*/
.inner{
    overflow:hidden;
}
.inner img{
    transition: all 1.5s ease;
}
.inner:hover img{
   transform: scale(1.5);
}


/*.bg-img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;*/
    /*filter: brightness(0.)*/
    /*position: absolute;
}*/
/*...*/


