.akc-collab .tmpl-a {
  -ms-flex-pack: start;
  justify-content: flex-start
}
.akc-collab .tmpl-a h1 span {
  display: inline;
  color: #66af37
}
.akc-collab .tmpl-a.parallax::before {
  background-image: url(../../img/pages/akc-header.jpg);
  background-position: center center
}
.akc-collab .tmpl-h .col-l img {
  max-width: 80%
}
@media (max-width:600px),
(max-height:800px) {
  .akc-collab .tmpl-h .col-l {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .akc-collab .tmpl-h .col-l img {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
  }
}
.akc-collab .tmpl-h .col-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.akc-collab .tmpl-h .col-r h2 + p {
  margin-top: auto
}
.akc-collab .tmpl-d.parallax::before {
  background-image: url(../../img/pages/akc-foot.jpg);
  background-position: center center
}