.block-representatives .representative-list-field-group {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:1rem;
  padding:1.5rem;
}

.block-representatives  .representative-list-fields {
  border: 1px #6a6a6a solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
  height:43rem;
}

.block-representatives  .representative-list-portrait-field {
    display: flex;
    flex-direction: column;
    height: 100%;
    width:100%;
    
}

.block-representatives  .representative-list-portrait-field img {
    width: 100%;
    height: auto;
    display: block;
    max-height:95%;
}

.block-representatives  .representative-list-text-fields {
    text-align:center;
}

/*Staff Styles*/

.block-representatives .representative-list-field-group {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:1rem 0;
}


.block-representatives .representative-list-field-group .representative-list-field-group-staff {
  padding:0;
}

.block-representatives .representative-list-field-group-staff .representative-list-fields {
  padding:.5rem;
  height:30rem;
}

.block-representatives .representative-list-field-group-staff .representative-list-portrait-field {
  height:18rem;
  width:100%;
}


.block-representatives .representative-list-field-group-staff .representative-list-title-field {
  font-size: .8em;
}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
 .block-representatives .representative-list-fields {
    height:30rem;
  }

  .block-representatives .representative-list-field-group-staff .representative-list-fields {
    height:20rem;
  }

 .block-representatives .representative-list-field-group-staff .representative-list-portrait-field {
    height:8rem;
  }


  .block-representatives .representative-list-text-fields {
    font-size:.8em;
  }

  
  .block-representatives .representative-list-field-group-staff .representative-list-text-fields {
    font-size:.7em;
  }

 
}

@media only screen and (max-width: 600px) {
.block-representatives .representative-list-fields {
    height:63rem;
  }


}

