.cmnsr-style-default .prof-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 15px 0 25px 0;
}
.cmnsr-style-left .img-pos-left {
    display: flex;
}
.cmnsr-style-left .img-pos-left .prof-img {
    display: inline-block;
    width: 200px;
    margin: 0 20px 0 0;
    position: relative;
}
.cmnsr-style-left .img-pos-left .prof-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 90px;
    height: 90px;
    background-color: #3a3939;
}
.cmnsr-style-left .img-pos-left .prof-img img {
    border: 2px solid #3a3939;
    margin: 0 15px 15px 15px;
}
.cmnsr-style-left .img-pos-left .cmnsr-msg{
    width: 100%;
    margin-left: 15px;
}
@media (max-width: 768px) {
    .cmnsr-style-left .img-pos-left{
        display: block;
    }
    .cmnsr-style-left .img-pos-left .cmnsr-msg {
        margin: 15px 0px 0px;
    }
}