/* This file is used as dependency in:
   ../../templates/blog-listing.html 
   ../../modules/sec-testimonial.module/module.html 
   ../../modules/blog-post.module/module.html */

.pwr-avatar {
    height: 160px;
    margin-top: 10px;
    width: 160px;
}

.pwr-avatar--valign {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
}

.pwr-avatar__round {
    border-radius: 999px;
    overflow: hidden;
}

.pwr-avatar__small {
    width: 70px;
    height: 70px;
}

.pwr-avatar__large {
    height: 290px;
    padding: 0;
    width: 290px;
}

.pwr-avatar__img {
    height: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .pwr-avatar {
        margin-bottom: 40px;
    }

    .pwr-avatar {
        display: inline-block;
    }
}