.circular--square {
  border-radius: 50%;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 200px;
  overflow: hidden;
  border-radius: 70%;
  border-color:red;
  border: 5px solid #350085;
  -webkit-border-radius: 70%;
-moz-border-radius: 70%;
background: url(URL) no-repeat;
box-shadow: 0 0 10px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.circular--landscape img {
  width: auto;
  height: 100%;
    }



.circular--portrait {
  position: relative;
  width: 150px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
   -webkit-border-radius: 70%;
-moz-border-radius: 70%;
background: url(URL) no-repeat;
box-shadow: 0 0 10px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.circular--portrait img {
  width: 100%;
  height: auto;
}
