/*********************************************************************************
/*
/* google map
/*
/********************************************************************************/

.google-maps {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 75%; /* this is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}