.meeting.container {
  margin-bottom: 4rem;
}

.meeting.container > div:last-child {
  margin-bottom: 0;
}

.meeting_list {
  margin: 0 -0.5rem;
  position: relative;
}

.meeting_list:after {
  content: "";
  display: table;
  clear: both;
}

.meeting_image {
  float: left;
  width: calc(16.666% - 1rem);
  margin: 0 0.5rem 1rem;
}

.meeting_image:first-child:last-child {
  width: calc(33.333% - 1rem);
}

.meeting_image div {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.meeting_image:first-child:last-child div {
  width: 50%;
  min-width: 15rem;
  max-width: 20rem;
}

.meeting_description {
  margin: 3rem 0 4rem;
}

.meeting .gallery {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .meeting_list {
    margin-right: calc(33.333% - 0.5rem);
  }

  .meeting_image {
    width: calc(50% - 1rem);
  }

  .meeting_image:first-child:last-child {
    width: calc(100% - 1rem);
  }
}

@media (max-width: 320px) {
  .meeting_list {
    margin-right: 9.5rem;
  }

  .meeting_image {
    width: calc(100% - 1rem);
  }
}