@charset "utf-8";

img {
  float: left;
  max-width: 100%;
  height: auto;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 1000%;
  height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    font-size: 1,5vw;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 14.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49,999999%;
    margin: 6px 0px;
  }
}

@media only screen and (max-width: 501px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
