#info_src {
border: none;
display: block;
width: 102vw;
margin-right: -5px;
margin-left: -8px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 #info_src {
           height: 1800px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 #info_src {
           height: 1450px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 #info_src {
           height: 1380px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 #info_src {
           height: 1300px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 #info_src {
           height: 1200px;
  }
}


/*@media screen and (min-width: 600px) and (max-width: 1280px){
    
       #info_src {
           height: 1500px;
           }
     
}*/
/*@media screen and (max-width: 600px){
         #info_src {
           height: 1900px;
           text-align: center;
           
           zoom: 0.8;
           -moz-transform: scale(0.8);
           -moz-transform-origin: 0 0;
           -o-transform: scale(0.8);
           -o-transform-origin: 0 0;
           -webkit-transform: scale(0.8);
           -webkit-transform-origin: 0 0;*/
            }
}*/
           @media screen and (-webkit-min-device-pixel-ratio:0){
           #info_src {
              zoom: 1;
               }
            }