.animal {
  position: absolute;
  left: 0px;
  top: 0px;
}

.inthepicture {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  display: none;
  border-color: #000000;
  border: 5px;
  font: 14px verdana;
  text-align: center;
}

.1toshow{
max-width: 300px;
width: expression(document.body.clientWidth > 300? "300px": document.body.clientWidth  );
}

