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

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

div.gallery img {
  width: 100%;
  height: 100%;
}

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

* {
  box-sizing: border-box;
}

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

.titrelogo {
  	font-family: "Anton SC", serif;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0;
	padding-left: 4%;
	padding-right: 4%;
	text-align:left;
	font-size:1.2em;
	color:#676767;
	line-height:auto;
	text-transform:uppercase;
	letter-spacing: 1em;	
}

.textelogo {
  font-family: "Noto Sans", serif;
	font-weight: 400;
	font-size:0.8em;
	text-align:left;
	margin-top: 0px;
	margin-left:0px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 5px;
	line-height:auto;
	color:#676767;
}

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


.titrelogo {
  font-family: "Anton SC", serif;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	text-align:center;
	font-size:1em;
	color:#676767;
	line-height:auto;
	text-transform:uppercase;
}

.textelogo {
  font-family: "Noto Sans", serif;
	font-weight: 400;
	font-size:0.8em;
	text-align:center;
	margin-top: 25px;
	margin-left:0px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 5px;
	line-height:auto;
	letter-spacing: 0.2rem;	
	color:#676767;
}
}

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

.titrelogo {
  	font-family: "Anton SC", serif;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0;
	padding-left: 4%;
	padding-right: 4%;
	text-align:left;
	font-size:1.9em;
	color:#676767;
	line-height:auto;
	text-transform:uppercase;
}

.textelogo {
  font-family: "Noto Sans", serif;
	font-weight: 400;
	font-size:0.8em;
	text-align:center;
	margin-top: 25px;
	margin-left:0px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 5px;
	line-height:auto;
	color:#676767;
}
}

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

