.outer{
  width: 200px;
  height: 200px;
  background-color: #eee;
  border-radius: 50%;
  overflow: hidden;
}
.with-bg{
  background-image: url(../images/mona-lisa.jpg);
  height: 100%;
  background-size: cover;
}