﻿/****** PLACE YOUR CUSTOM STYLES HERE ******/

.circular-image {
    display: block;
    margin: 0 auto;

    width: 75%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

