.impression_link {
  width: 1px;
  height: 1px;
}

.gcp-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gcp-wrapper .section {
  padding: 0 12px;
}

.gcp-header {
  background-color: rgba(0, 0, 0, 0.7) !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.gcp-header .gcp-header__container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto !important;
}

.gcp-header .g-logo {
  width: 130px;
}

.gcp-header .g-share a:not(:last-child){
  margin-right: 1.5rem!important;
}

.gcp-header-section {
  margin-bottom: 5rem;
}

.gcp-header-section .gcp-header-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 10px 10px;
}

.gcp-header-section .gcp-header-info__sponsor {
  max-width: 300px;
}

.gcp-header-section picture img {
  width: 100%;
}

.gcp-article .gcp-article__link {
  color: #101222;
}

.gcp-article .gcp-article__summary {
  color: #000;
  font-size: 15px;
}

.gcp-article .button {
  font-size: 1rem;
}

footer.gcp-footer {
  background: transparent;
  max-width: 100%;
}

.gcp-footer {
  max-width: 900px;
  border-top: 1px solid rgba(155, 155, 155, 0.32);
}

.gcp-footer img {
  max-width: 140px;
}

.gcp-footer p {
  color: #676767;
}

.gcp-footer a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 360px) {
  .gcp-header .custom_share_button {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .gcp-header-section .gcp-header-info__img {
    max-width: 250px;
  }

  .gcp-header-section .gcp-header-info__sponsor {
    max-width: 150px;
  }

  .gcp-article {
    max-width: 383px;
    margin: 0 auto;
  }
  .g-sponsor a{
    max-width: 140px;
  }
  .g-logo figure{
    max-width: 94px;
  }
  .g-share svg{
    max-width: 24px;
  }
}
