
#sws-msc-container {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: inherit;
  align-content: center;
  text-align: center;
}

#sws-staff-item {
    /*width: 29%;*/
	text-align: center;
	margin: 10px;
	width: 18%;
	background: #eee;
	padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  #sws-staff-item {
    width: 22%;
  }
  .sws-governors-row .sws-governors-item {
	width: 31% !important;
}
}

@media screen and (max-width: 900px) {
  #sws-staff-item {
    width: 30% !important;
  }
}


@media screen and (max-width: 620px) {
  #sws-staff-item {
      width: 45% !important;
	}
}

@media screen and (max-width: 420px) {
  #sws-staff-item {
      width: 100% !important;
	}
}




img.attachment-member-thumbnail.size-member-thumbnail.wp-post-image {
	border-radius: 100px;
}


.sws-staff-position {
	font-size: 16px;
	line-height: 24px;
	margin-top: 5px;
}

.sws-staff-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #29245a;
	margin-top: 10px;
}

.sws-governors-row .sws-governors-item {
	width: 31% !important;
}