.nagyriport--wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 600px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.nagyriport--wrapper::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 25px solid #000;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.info__left,
.info__right {
  -ms-flex-preferred-size: 29.16667%;
  flex-basis: 29.16667%;
}
.info__center {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}
.info__left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.info__right {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0 20px;
}
.nagyriport--wrapper::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  z-index: -1;
}
.nagyriport--wrapper figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  z-index: 0;
}
.nagyriport .single-article__image-holder:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
body.article .nagyriport .article__img__info--holder {
  bottom: unset;
  top: 10px;
  width: auto;
}
.nagyriport--wrapper h1 {
  text-align: center;
  width: 100%;
  max-width: 840px;
  color: #fff;
  font-size: 54px;
  padding: 35px 75px;
  white-space: pre-line;
  letter-spacing: -0.04em;
  font-family: "DIN Pro";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nagyriport--wrapper figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  height: 6%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
}
.info__holder {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: #000;
  z-index: 11;
}
.info__inner-holder {
  display: flex;
  width: 100%;
  max-width: 840px;
  color: #fff;
}
.nagyriport--author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 auto;
  padding: 0 20px;
}
.nagyriport--author h5 {
  color: #828282;
  font-size: 12px;
  text-transform: uppercase;
  color: #adadad;
  padding-bottom: 10px;
  font-family: "DIN Pro";
}
.nagyriport--author div {
  padding-bottom: 10px;
}
.nagyriport--author a {
  color: #fff;
  text-decoration: none;
  font-family: "DIN Pro";
  padding-bottom: 10px;
}
.info__inner-holder .timestamp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 3 auto;
  padding: 0 20px;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 100%;
}
.info__inner-holder .timestamp div:first-child:not(:last-child) {
  padding-bottom: 10px;
}
.info__inner-holder .timestamp div:first-child {
  color: #828282;
}
.info__inner-holder .tags {
  flex: 1 auto;
  max-width: 220px;
  padding-left: 20px;
  padding-top: 0;
  flex-direction: row;
  flex-wrap: wrap;
  height: 0;
  align-items: flex-start;
  display: flex;
  font-family: "DIN Pro";
}
.info__inner-holder .tags .tag {
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  background-color: #828282 !important;
  font-size: 12px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nagyriport__main-content--center {
  width: auto;
  max-width: 840px;
  padding: 0 10px;
  margin: 0 auto 40px;
  position: relative;
}
.nagyriport__main-content--center .p,
.nagyriport__main-content--center .p.strong {
  font-family: "Noticia Text";
}
body.article .article .ihold.holder__overflowing-iframe {
  width: 1240px;
  overflow: visible;
  transform: translateX(-20%);
  margin: 10px 0 20px 0;
}

body.article .article .ihold.nagyriport_embed {
  width: 1240px;
  transform: translateX(-190px);
  min-height: 750px;
  margin-bottom: 30px;
}
body.article .article .ihold.nagyriport_embed iframe {
  width: 100%;
  min-height: 750px;
}
/* .container__wrapper {
    flex-direction: column;
    min-height: 750px;
    height: auto;
} */

@media screen and (max-width: 1000px) {
  .nagyriport--wrapper h1 {
    font-size: 26px;
    padding: 10px;
  }
  .nagyriport--wrapper figcaption.single-article__image-caption {
    margin: 10px;
  }
  .nagyriport--author a {
    display: flex;
    /* display: table-cell; */
  }
  .nagyriport--wrapper {
    min-height: unset;
  }
  .nagyriport .single-article__title-row--text {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .nagyriport .info__holder {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px;
  }
  .nagyriport .info__inner-holder {
    flex-wrap: wrap;
  }

  .nagyriport .info__left,
  .nagyriport .info__center {
    width: 100%;
    flex-basis: 100%;
    padding-bottom: 10px;
  }
  .nagyriport--author {
    order: 1;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .info__center {
    order: 2;
  }
  .single-article__news-content__share-box {
    order: 3;
    border-top: 1px solid;
  }
  .single-article__news-content__share-box div {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: baseline;
  }
  .single-article__news-content__share-box div .twitter-share-button,
  .single-article__news-content__share-box div .holder__icon,
  .single-article__news-content__share-box div iframe {
    width: 50% !important;
    margin: 5px 0 0;
  }
  .info__right {
    order: 4;
  }
  .nagyriport .info__inner-holder .timestamp {
    border-left: 0;
    border-right: 0;
  }
  .nagyriport .info__right {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    border-top: 1px solid;
    padding: 10px 0;
    flex-direction: row !important;
  }
  .nagyriport .info__center {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    border-top: 1px solid;
    width: auto;
  }
  .nagyriport .info__inner-holder .timestamp {
    display: flex;
    flex-wrap: wrap;
    flex: unset;
    padding: 0 5px 0 0;
    width: 50%;
  }
  .nagyriport .listelement--modifyDate {
    display: flex !important;
    flex-direction: column;
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  body.article .article .ihold.nagyriport_embed {
    width: 100%;
    transform: translateX(0);
    min-height: 145vh;
  }
  body.article .article .ihold.nagyriport_embed iframe {
    min-height: 145vh;
  }
}
