@media screen and (min-width: 1199px) and (max-width: 1001px) {
  .face-book-shaere {
    background-image: url(../img/account_detail/facebookButton.png);
    display: inline-block;
    width: 40%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .twitter-shaere {
    background-image: url(../img/account_detail/twitterButton.png);
    display: inline-block;
    width: 40%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}