div.imadians{
  height: 80px;
  width: 200px;
  z-index: 9999;
  animation-name: "fadein";
  animation-duration: 1s;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  padding-top: 25px;
  
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding:1em;
  margin:10px;
}

div.imadians img{
  display: block;
  max-width: 100%;
  height: auto; 
  width:100%;
}


@media only screen and (max-width: 768px){
 div.imadians{
   width:30%;
   height:auto;
  }
}