
     #vol2 {
      width: auto;
      height: 60%;
    } 

@media screen and (max-width: 600px) {

    #vol2 {
      width: 60%;
      height: auto;
      left: 50%;
      transform: translate(-50%);
    } 
}