#gallery_main {
  position: relative;
  /* border: medium double  blue; */
  float: left;
  margin-left: 5%;
  width: auto;
  text-align: left;
  display: inline;  
}
.gallery-item-left {
  position: relative;
  border: 1px solid #0f0f0f;
  float: left;
  margin-left: 1%;
  margin-top: 5px;
  width: 30%;
  display: inline;  
}
.gallery-item {
  position: relative;  
  border: 1px solid #0f0f0f;
  float: left;
  margin-left: 5%;
  margin-top: 5px;
  width: 30%;
  display: inline;  
}
.gallery-item-image {
  position: relative;
  width: 100%;
}
.gallery-item-text {
  color: #4433ff;
  font-family: "Comic Sans",Arial,sans-serif;
  float: left;
  margin-left: 5px;
  display: inline;  
}
.gallery-item-text h4 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.gallery-item-text h3 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.gallery-item-text p {
}
