.container {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

:nth-child(even of .container-section) {
  flex-direction: row-reverse;
}

.container-section {
  overflow: hidden;
  width: 100%;
  min-height: 36px;
  /* Remember absolute positioning is outside the page flow! */
  position: relative;
}

.pub-image-container {
  float: left;
  max-height: 500px;
  max-width: 100%;
}

.default-image {
  max-height: 500px;
  width: auto;
  max-width: 100%;
}

.text {
  text-align: justify;
}

.text .heading {
  text-align: left;
}

@media screen and (max-width: 960px) {
  .image-container {
    top: auto;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pub-image-container {
    top: auto;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
