.google-map {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 40vh;
}

.google-map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
  
/* When screen size is less than 650px:

- Photo/Text Columntransitions to single column content
- Text overflow is visible 
- Vewing width equal to 80 */
@media (max-width: 650px) {
}

