/* this is a custom CSS stylesheet */
.img-asjad {
  display: inline-block;
  max-width: 100%;
  width: 420px;
  height: 200px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}