body{
    overflow-x: hidden;
}
.map-wrapper{
 display: grid;
 place-items: center;
 position: relative;
 margin-top: 50px;
 width: 100%;
}
iframe{
    overflow-x: scroll;
    width: 80%;
    margin: auto;
    
}


