    .author {
        background-color: #eee;
        border-left: solid 5px #461d7c;
        padding: 20px;
        color: #9aa7af;
        line-height: 20px;
        float: left;
    
        width: 100%;
}

        .author h4 {
            color: #461d7c;
            margin-bottom: 5px;
            margin-top: 0;
        }

        .author img {
            border-radius: 50%;
            width: 100px;
            float: left;
            margin-right: 20px;
        
            height: 100px;
}


                .POCshare {
          text-align: right;
          margin-bottom: -41px;
        }

    .author .jssocials {
text-align:right;margin-bottom:-41px;
height:42px;
}

@media (max-width: 595px) {

.author img {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 100%;
  height: auto;
}

.author h4 {
  text-align: center;
}

    .POCtitle {
    text-align:center;
    }

    .POCshare {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

    .author .jssocials {
  text-align: center;
    margin-bottom: 20px;
      margin-top: 20px;
      height:auto;
}

}