.imagedeco {
width:100%;

}

.imagebox2 {
display:block;
width:100%;
max-width:1000px;
}


.intro {
display: flex;
flex-direction: row;
justify-content: center;
flex-flow: row wrap;
}

.introbox {
flex: none;
height:500px;
width:500px;
}


@media screen and (max-width: 788px) {
  #Map2 {
    visibility: hidden;
    clear: both;
    display: none;
  }
}
