@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

#motapLogo{
width:20%;
margin-left: 40%;
margin-right: 35%;
}
.baslik{
background:#e8e8e8;}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #e5e5e5;
}

.gallery {
  width: 600px;
  margin: 10px auto 50px auto;
  padding: 0px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
  border-bottom: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
}

.gallery > div > a > img {
  display: block;
  width: 285px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > a > img {
  transform: scale(1.2,1.2);
  transition: .5s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}
h3 {
  text-align: center;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
@media(max-width:1490px){
.gallery {
  width: 600px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.gallery > div > a > img {
  display: block;
  width: 280px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}
}

@media(max-width:1080px){
.gallery {
  width: 490px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.gallery > div > a > img {
  display: block;
  width: 225px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}
#motapLogo{
width:40%;
margin-left: 30%;
margin-right: 35%;
}
}
@media(max-width:720px){
.gallery {
  width: 500px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.gallery > div > a > img {
  display: block;
  width: 230px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}
#motapLogo{
width:50%;
margin-left: 25%;
margin-right: 35%;
}
@media(max-width:500px){
.gallery {
  width: 350px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.gallery > div > a > img {
  display: block;
  width: 345px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}
#motapLogo{
width:70%;
margin-left: 15%;
margin-right: 35%;
}
.gallery > div {
  position: relative;
  border-bottom: 3px solid #e5e5e5;
  margin-left: -10px;
}
}