/* Add here all your css styles (customizations) */
img {
  max-width: 100%;
  height: auto;
}

#chatwa {display:none;}
@media screen and (max-width:650px){
    #chatwa {display:block; height:80px; 
    position:fixed; right:0; 
    border-bottom-left-radius:40px; 
    border-top-left-radius:40px; width:100px; 
    bottom:-20px; border-top:2px solid rgba(200,187,51,1); 
   background:url(https://jasacom.net/xwa.png) 
    center 10px no-repeat #009900; text-decoration:none; 
    box-shadow:0 0 5px #888; -webkit-box-shadow:0 0 5px #888; -moz-box-shadow:0 0 5px #888; z-index:9999;}}
 #callnowbutton {display:none;} @media screen and (max-width:650px){#callnowbutton {display:block; height:80px; position:fixed; left:0; border-bottom-right-radius:40px; border-top-right-radius:40px; width:100px; bottom:-20px; border-top:2px solid rgba(51,187,51,1); background:url(https://jasacom.net/callbutton01.png) center 10px no-repeat #009900; text-decoration:none; box-shadow:0 0 5px #888; -webkit-box-shadow:0 0 5px #888; -moz-box-shadow:0 0 5px #888; z-index:9999;}}
