.col-img-round {
  margin: 120px auto 50px auto;
}
.col-img-round.nofloat {
  float: none;
}

.col-img-square {
	float: none;
  	margin: 120px auto 50px auto;
  }
.col-img-round .box-content {
  margin-top: 20px;
}
.col-img-round .box-content blockquote {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 35px;
}
@media (min-width:500px) and (max-width:768px) {
.col-img-round, .col-img-round.nofloat {
  width: 450px;
}
}

@media (max-width:991px) {
.col-nofloat {
  float: none;
    display: table;
    padding-top: 90px;
    xxxmargin-bottom: 50px;
}
}


.box {
  overflow: visible;
}

.img-round {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 200px;
  position: relative;
  top: -100px;
  margin-bottom: -120px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
