#my_content #map_div {
  position: relative;
  width: 800px;
  height: 421px;
  margin: 10px auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#my_content #map_div img#map {
  display: block;
  width: 800px;
  height: 421px;
}

#my_content #map_div p {
  font-size: 10px;
  line-height: 10px;
  color: #220000;
  text-transform: uppercase;
  position: absolute;
}

@media screen and (max-width: 500px) {
  #my_content a.button {
    display: block;
  }
}
