#touchBox2{
  width: 100%;
  height: 100%;
}

.div_image {
  position: relative;
}

.div_image p {
  position: fixed;
  color: brown;
  bottom: 0;
  right: 0;
  font-size: larger;
  font-weight: bolder;
}

.div_image img {
  width: 100%;
}
