#container {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-image: url("../img/mapa.png");
}

.slide {
  display: block;
  position: absolute;
  height: 200px !important;
  width: 200px !important;
  background: red;
}


@media screen and (max-width: 1139px) and (max-height: 900px) {
	#container {
	 background-size: cover;
	     background-position: -153% 0px;
	}	
}






