div.gallery {
  /*border: 1px solid #ccc;*/
  border : none ;
}

/*div.gallery:hover {
  border: 1px solid #777;
}*/

div.gallery iframe {
  width: 100%;
  /*height: 500px;*/
}

div.desc {
  padding: 15px;
  text-align: center;
  font-weight :bold ;
  color : White ;
  font-size : 20px;
  
  border-bottom: 1px solid white; 
  line-height: 0.1em;
  margin: 10px 0 10px;
  width : 100% ;
  
  /*text-shadow: 2px 2px Grey;*/
}

.mapcontainer {
  box-sizing: border-box;
  background-image : url(../img/MapBG.jpg) ;
  background-size : 100% 100% ;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 2200px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}