.escena {
  width: 1200px;
  height: 1200px;
  background-color: white;  
  border: 3px solid black;
  margin: 25px;
  justify-content: center;
  margin-left:  90px;
  margin-right: 90px;
  display: block;
  padding: 0px;
  overflow: auto; 
  background-image: url('terreno2.png');
  background-size: cover;  
  background-repeat: repeat-x;
  overflow-x: auto;
  position:relative;
}

.control {
	border: 5px solid blue;
	background-color: forestgreen; 
	margin: 0px;
	margin-right: 0px;
	padding: 50px;
	height: 1350px;
	
}

.control2 {
	 padding: 24px 48px; /* First number is top/bottom, second is left/right */
     font-size: 36px;    /* Makes the text larger */
	 justify-content: center;
}

.control2a {
	 margin-left:  180px;
     margin-right: 100px;
}

.android17 {
	object-fit: contain;
	width: 400px;
	height: auto;
	margin: 20px;
	border: solid 0px  black;
	box-shadow: 0px 0px 0px 0px green;
	position: absolute;
	bottom: -20px; 
	left: 0px; 
	z-index: 99999;
	}
	
.roshi {
	border: solid 0px  black;
	box-shadow: 0px 0px 0px 0px green;
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 370px; 
	left: 270px;
}	
	
	
	.android17:hover {
    /* Runs automatically on page load forever */
  animation: 0; 
}