.licenses-banner {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 1% 0;
}
.licenses-banner__img {
  max-width: 250px;
  width: 100%;
}
.licenses-banner__left {
  align-self: flex-start;
}
.licenses-banner__right {
  align-self: flex-end;
}
.licenses-banner-cnt {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  left: 0;
  top: 0;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.licenses-banner-cnt__txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1em;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
@media (min-width: 481px) {
  .licenses-banner-cnt__txt {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .licenses-banner-cnt__txt {
    font-size: 40px;
  }
}

#licenses {
  margin: 0 0 40px 0;
}

#licenses .container,
#copyright .container {
  width: 100%;
  max-width: none;
}

#licenses .row > div {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 1280px) {
  #licenses .row > div {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #licenses .row > div {
    padding-bottom: 1rem;
  }
}

#licenses .tiles img {
  display: block;
  max-width: none;
  width: 100%;
}

#licenses .tiles a:hover > img {
  border: 1px solid #00b2a5;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

#licenses #more-tiles {
  display: none;
}

#licenses .more-tiles {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
}

#licenses #more-tiles:checked ~ .more-tiles {
  max-height: 80vw;
}

#licenses .show-more > div {
  margin-top: 20px;
  padding: 0 1%;
}

#licenses #more-tiles:checked ~ .show-more > div,
#licenses .show-less > div {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#licenses #more-tiles:checked ~ .show-less > div {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 20px;
  padding: 0 1%;
}

#copyright p {
  font-size: 0.625em !important;
}

@media (min-width: 768px) {
  #licenses .col-sm-2 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #licenses #more-tiles:checked ~ .more-tiles {
    max-height: 285vw;
  }
}

/*# sourceMappingURL=licenses.css.map */
