#responsive-image {
width: 25%;
height: auto;
}

.bigboy { 
     font-size:12em; 
}

@media only screen and (max-width: 600px) {
  #responsive-image {
    width: 60%;
    height: auto;
  }
}