.circle {
    display: inline-block;
    width: 100px;
    height:100px;
    border-radius: 50%;
    padding: 0px;
    background:#fff;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5)
}
.inner {
    background-size:cover;
    background-position:center center;
    height: 100%;
    border-radius:50%;
}

.circle2 {
    display: inline-block;
    width: 34px;
    height:34px;
    border-radius: 50%;
    padding: 0px;
    background:#fff;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5)
}

.circle3 {
    display: inline-block;
    width: 34px;
    height:34px;
    border-radius: 50%;
    padding: 0px;
    background:#fff;
}

.square2 {
    display: inline-block;
    width: 120px;
    height:120px;
    border-radius:10px;
    padding: 0px;
    background:#fff;
}
.square2_inner {
    background-size:cover;
    background-position:center center;
    height: 100%;
   border-radius:10px;
}
