/*
img {
  max-width: 100%;
  height: auto; 
}
*/
.polaroid {
  width: 65%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9px;
  position: relative;
  max-height: auto;
}
.photo_box {
  text-align: center;
  margin-bottom: 5%;
/*  padding: 10px 20px; */
}
.photo {
  border: 1px solid #ddd;
  border-radius: 30%;
  padding: 5px;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  margin-top: 10%;
  max-width: 65%;
}
.photo_col {
  float: left;
  width: 25%;
}
.photo_row {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
/* Google map */
.mapouter {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.gmap_canvas {
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
  background:none!important;
  height:500px;
  width: 900px;
}
