@charset "UTF-8";
/* CSS Document */
.roundedImage{
	border: solid 1px #666666;
    overflow:hidden;
    -webkit-border-radius:50px;  
    -moz-border-radius:50px;
    border-radius:50px;
    width:90px;  
    height:90px;
}

@media screen and (max-width : 414px) { 
	.roundedImage{
    width:40px;  
    height:40px;
	}
}