.map{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.01);
  flex: 1 1 auto;
  margin-top: 10px; /* opcional */
    padding: 10px;
    background-color:white;
  border-radius: 4px;
}


.double .left .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}