div[data-emf="result-search-geo"] {
  padding-top: 0 !important;
  height: 100%;
  width: 100%; 
}

div[data-emf="map-container"] {
    height: 100%;
    width: 90%;
    height: 700px;
}

div[data-emf="map-info-window"] {
  display: flex;
  position: relative;
  align-items: center;
  width:350px;
  
}

div[data-emf="picture"] {
    width: 200px;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

div[data-emf="picture"] img{
	  max-height: 100%;
      max-width: 100%;
}
  
div[data-emf="content"] {
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
