#tamkor{
  width: 100%;
  text-align: center;
  margin-bottom: 19px;
}
#tamkor a {
  width: 140px;
  height: 160px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  overflow: hidden;
}
#tamkor a img {
  content: "";
  box-shadow: 0 15px 30px rgba(0,0,1,.05);
  display: block;
  height: 0;
  width: 80%;
  border-radius: 50%;
  margin: 10%;
  padding: 0;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50%;
  box-shadow: 0 15px 30px rgba(0,0,1,.15);
  transition: all 300ms cubic-bezier(0.770,0.000,0.175,1.000);
}

#tamkor a:hover img {
  transform: scale(1.2);
  box-shadow: 0 15px 50px rgba(0,0,1,.15);
}