div.gallery {
  border: solid #f7f0f0;
}

div.gallery:hover {
  border: solid #f7f0f0;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

div.desc {
  padding: 15px;
  text-align: left;
}

div.title {
display: inline-block;
    color: #df5b5b;
    vertical-align: middle;
    max-width: 100%;
    letter-spacing: 2px;
    line-height: inherit;
    font-weight: bold;
    margin-right: 50px;
    box-sizing: border-box;
    font-size: 1.0em;
    font-family: 'Open Sans',sans-serif !important;
}

div.copyright {
    font-size: 0.7em;
    padding:6px;
}

* {
    box-sizing: border-box;
    background: #f7f0f0;

}

.responsive {
  padding: 2 6px;
  float: left;
  width: 24.99999%;
}

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

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

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

/*.img:hover{
  color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}*/