.full-width {
  position: sticky;
  display: flex;   
  justify-content: center;
  align-items: center;  
  width: 100%;
}

#map {
  width: 1100px;   
  height: 550px;  
  border-radius: 20px; 
}
