div#container-main {
  position: relative;
}

div.el-col {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: justify;
}

div.el-col:first-child {
  width: calc(45% - 1.25rem);
}

div.el-col:last-child {
  width: calc(55% - 1.25rem);
}

div#col-app {
  left: 0;
  padding: 2.5rem;
  padding-right: 0;
}
div#col-app > div {
  padding: 1.25rem;
  height: 100%;
}
div#col-app > div div#section-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  text-align: center;
  background: #ffffff;
}

div#col-credits {
  right: 0;
  text-align: left;
}
div#col-credits > div {
  padding: 2.5rem;
  padding-left: 0;
}
div#col-credits h2,
div#col-credits h3 {
  color: #6aa67d;
}
div#col-credits h2 {
  margin: 1.25rem 0 1.25rem;
  font-size: 1.4rem;
}
div#col-credits h2:first-child {
  margin-top: 0;
}
div#col-credits h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}
div#col-credits p {
  margin: 0;
  margin-bottom: 1.25rem;
}
div#col-credits div.el-credits {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
}
div#col-credits div.el-credits > div.el-credits-pp {
  background-repeat: no-repeat;
  background-size: contain;
}
div#col-credits div.el-credits > div.el-credits-label > div.el-credits-position {
  color: #f8af11;
  font-size: 1.2rem;
}
div#col-credits div.el-credits-label {
  padding: 0.5rem;
}
div#col-credits div.el-credits-primary > div,
div#col-credits div.el-credits-secondary > div {
  display: inline-block;
  vertical-align: middle;
}
div#col-credits div.el-credits-primary {
  margin-left: 3.25rem;
  margin-bottom: 1.25rem;
  padding-right: 1.25rem;
}
div#col-credits div.el-credits-primary > div.el-credits-pp {
  margin-left: -3rem;
  width: 6rem;
  height: 6rem;
}
div#col-credits div.el-credits-secondary {
  margin-left: 2.5rem;
  padding-right: 0.5rem;
}
div#col-credits div.el-credits-secondary > div.el-credits-pp {
  margin-left: -2.25rem;
  width: 4.5rem;
  height: 4.5rem;
}
div#col-credits div.el-credits-secondary > div.el-credits-label {
  margin-right: 0.5rem;
}
div#col-credits div.el-credits-partner {
  width: 9rem;
  text-align: center;
}
div#col-credits div.el-credits-partner > div.el-credits-pp {
  width: 9rem;
  height: 9rem;
}

/*********** MOBILE ***********/

@media only screen and (max-width: 940px) {
  div#container-main {
    overflow-y: auto;
  }

  div.el-col {
    position: static;
    width: 100% !important;
    height: auto;
  }

  div#col-app {
    padding: 1.25rem 2.5rem 2.5rem;
  }
  div#col-app > div div#section-buttons {
    position: static;
    margin-top: 1.25rem;
  }

  div#col-credits > div {
    padding: 0 2.5rem 1.25rem;
  }

  .aes-scrollable:not(.aes-scrollable-start)::before,
  .aes-scrollable:not(.aes-scrollable-end)::after {
    display: none;
  }

}
@media only screen and (max-width: 600px) {
  div#col-app {
    padding: 1.25rem 1.25rem 2.5rem;
  }

  div#col-credits > div {
    padding: 0 1.25rem 1.25rem;
  }
}
