body {
  background-color: #222831;
  padding: 0;
  margin: 0;
}

.circular--portrait {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  opacity: 1.0;
  
}

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