.ms-card {

    .template-2 {

        .header {

            .avatar {

                .image {
                    display: block;
                    width: 40px;
                    height: 40px;
                    border-radius: 20px;
                }
            }
        }

        .media {

            .image {
                width: 100%;
            }
        }
    }
}