.newDes_ninteen .page_header.topic_header {
  padding: 1rem 0 3rem 0;
  min-height: 300px;
  display: flex;
}
.newDes_ninteen .topic_header .header_imagery {
  width: 50%;
  position: relative;
}
.newDes_ninteen .topic_header .header_imagery::after {
  content: '';
  position: absolute;
  background: #fbfafa;
  top: 0;
  left: 0;
  height: 110%;
  width: 100%;
  z-index: -2;
}
.newDes_ninteen .topic_header .topic_cover {
  margin: 8% 0 0 8%;
}
.newDes_ninteen .topic_header .topic_cover figure {
  width: 110%;
  height: 100%;
  position: relative;
}
.newDes_ninteen .topic_header .topic_cover img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.newDes_ninteen .page_header.topic_header .header_text {
  width: 50%;
  position: relative;
}
.newDes_ninteen .page_header.topic_header .header_text .content_type_info {
  align-items: center;
  position: relative;
  left: 18%;
  top: 8%;
  width: 80%;
}
.newDes_ninteen .content_type_info .content_type {
  border-bottom: 2px #f7f2eb solid;
}
.newDes_ninteen .content_type_info .content_type span {
  font-size: 14px;
  font-weight: 600;
  color: #f7941d;
  text-transform: uppercase;
  background: #ffffff;
  padding-right: 5px;
  position: relative;
  bottom: -8px;
}
.newDes_ninteen .content_type_info h1 {
  padding: 1rem 0 0 0;
  width: 85%;
}
.newDes_ninteen .page_header.topic_header .header_text .btn_share {
  right: 0%;
  top: 6%;
  z-index: 1;
  cursor: pointer;
}
.img-credit-wrapper {
  font-size: 11px;
  font-style: italic;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .newDes_ninteen .page_header.topic_header {
    padding: 1rem 0 2.5rem 0;
    min-height: 200px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .newDes_ninteen .page_header.topic_header {
    display: flex;
    flex-wrap: wrap;
  }
  .newDes_ninteen .topic_header .header_imagery::after {
    top: 0;
    left: 5%;
    height: 110%;
    width: 90%;
  }
  .newDes_ninteen .topic_header .header_imagery {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
  }
  .newDes_ninteen .page_header.topic_header .header_text {
    width: 100%;
    position: relative;
  }
  .newDes_ninteen .topic_header .topic_cover {
    margin: 0;
  }
  .newDes_ninteen .topic_header .topic_cover figure {
    width: 100%;
    height: 100%;
  }
  .newDes_ninteen .page_header.topic_header .header_text .content_type_info {
    align-items: center;
    position: relative;
    left: 0;
    top: 8%;
    width: 100%;
  }
  .newDes_ninteen .content_type_info h1 {
    padding: 1rem 0 0 0;
    width: 100%;
  }
  .newDes_ninteen .page_header.topic_header .header_text .btn_share {
    right: 0%;
    top: -5%;
  }
  .newDes_ninteen .page_header.topic_header .header_text .btn_share.stick {
    top: auto;
    bottom: 2%;
    right: 2%;
  }
}

.i18n-ku .page_header.topic_header .header_text .content_type_info {
  right: 18%;
  left: auto;
}
.i18n-ku .content_type_info .content_type span {
  padding: 0 0 0 5px;
}
.i18n-ku .btn_share {
  right: auto;
  left: -14%;
}
.i18n-ku .newDes_ninteen .topic_header .topic_cover {
  margin-right: 8%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .i18n-ku .newDes_ninteen .topic_header .topic_cover {
    margin-right: 0;
  }
  .i18n-ku .newDes_ninteen .topic_header .header_imagery::after {
    left: 0;
    width: 100%;
  }
}