.banner {
  background-image: url(images/carousel/SongYuanBanner15.jpg);
  background-size: cover;
}

.editorscontainer {
  padding: 55px 75px 0 75px;
}

.editorscontainer2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 45px 0 75px 0;
}

.editorcontainer, .bookeditorcopycontainer {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.editorcontainer h2, .bookeditorcopycontainer h2 {
  border-bottom-width: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.editorimage, .bookeditorimage {
  width: 35%;
  height: 0;
  padding-bottom: 35%;
  border-radius: 60%;
}

.editorimage {
  background-image: url(images/officersDirectors/skonicki.jpg);
  background-size: cover;
}

.editorcopycontainer, .bookeditorcopy {
  width: 55%;
}

.bookeditorimage {
  background-image: url(images/officersDirectors/vivier.jpg);
  background-size: cover;
  background-position: center;
}

.editorsboardcontainer1 {
  padding: 55px 75px 50px 75px;
}

.editorsboardcontainer {
  width: 100%;
  color: antiquewhite;
}

.editorboardname {
  font-family: Marcellus, serif;
}

.editorsboardcolumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.editorsboardcolumn1, .editorsboardcolumn2, .editorsboardcolumn3 {
  width: 27%;
}

.universitylisting {
  font-style: italic;
}

/* Small Laptops -------*/
@media only screen and (min-width: 1430px) and (max-width: 1440px) {
  .editorscontainer2 {
    flex-direction: row;
    justify-content: space-around;
    margin: 25px 0 25px 0;
  }

  .editorcontainer, .bookeditorcopycontainer {
    flex-direction: column;
    width: 40%;
    align-items: center;
    justify-content: center;
  }

  .editorcopycontainer, .bookeditorcopy {
    width: 100%;
  }

  .editorimage, .bookeditorimage {
    width: 70%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 60%;
    margin-bottom: 25px;
  }
}

/* Tablet -------*/
@media only screen and (min-width: 768px) and (max-width: 1430px) {
  .editorscontainer2 {
    flex-direction: column;
    margin: 0px 0 50px 0;
  }

  .editorcontainer, .bookeditorcopycontainer {
    width: 100%;
    line-height: 47pt;
    align-items: center;
  }

  .editorcopycontainer, .bookeditorcopy {
    width: 55%;
  }

  .editorcontainer {
    margin-bottom: 35px;
  }

  .editorimage, .bookeditorimage {
    width: 35%;
    height: 0;
    padding-bottom: 35%;
    border-radius: 60%;
  }
}

/* Smartphones (portrait and landscape) ------- */
@media only screen and (min-width: 120px) and (max-width: 768px) {
  .editorscontainer, .editorsboardcontainer1 {
    padding: 35px;
  }

  .editorscontainer2 {
    flex-direction: column;
    margin: 35px 0 0 0;
  }

  .editorcontainer, .bookeditorcopycontainer {
    width: 100%;
    height: auto;
  }

  .editorcontainer, .bookeditorcopycontainer {
    flex-direction: column;
  }

  .editorcontainer {
    margin-bottom: 25px;
  }

  .editorimage, .bookeditorimage {
    width: 70%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 60%;
    margin: auto;
    margin-bottom: 25px;
  }

  .editorcopycontainer, .bookeditorcopy {
    width: 100%;
  }

  .editorsboardcolumns {
    flex-direction: column;
  }

  .editorsboardcolumn1, .editorsboardcolumn2, .editorsboardcolumn3 {
    width: 100%;
  }

  .editorsboardcolumn1 p, .editorsboardcolumn2 p, .editorsboardcolumn3 p {
    margin: 0;
  }
}
