:root {
  --frame_color_rgb: 24, 24, 24;
  --frame_shadow_color: rgba(var(--frame_color_rgb), .4);
}

#Poster {
  position: relative;
  width: 500px;
  background-color: white;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
#Poster .layers_container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center; align-items:center;
}
#Poster .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
}
#Poster .back {
  z-index: -1;
}
#Map {
  position: absolute;
  width: 456px;
  height: 456px;
  z-index: 100;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}


.center {
  display:flex; justify-content:center; align-items:center;
}
.map_front {
  z-index: 150;
}


.txt_title, .txt_footnote {
  width:84% !important;
  height:90px !important;
  font-weight:bold;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt_title {
  bottom:83.0%;
  font-size:1rem;
  text-transform: uppercase;
}
.txt_footnote {
  top:83%;
  font-size:.56rem;
}