@media only screen and (max-width:1100px){
  .FeaturedMap .map {width: 70%;}
  .FeaturedMap .map iframe {width: 100%;}
}

@media only screen and (max-width:640px){
  .FeaturedMap .map {width: 100%;}
}