.field--name-field-byline {
  width: 100%;
}

@media (min-width: 768px) {
  .field--name-field-byline {
    margin-left: 0;
    margin-right: 0;
  }
}

.paragraph--type--byline {
  background-color: #e5e5e5;
  position: relative;
  border-radius: 4px;
  padding: 12px 16px 60px 16px;
  margin: 50px 0 60px;
  width: 100%;
}

@media (min-width: 768px) {
  .paragraph--type--byline {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
    padding: 12px 90px 8px 16px;
  }
}

.node--type-avansert-side .paragraph--type--byline {
  margin-top: 80px;
}

.byline-text {
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}

.byline-text .byline-author {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.byline-text .byline-author a {
  text-decoration: underline;
  color: #000;
}

.byline-text p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: block;
}

@media (min-width: 768px) {
  .byline-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding-bottom: 0;
  }
}

.byline-prefix {
  font-family: Amnesty Trade Gothic BdCn20, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  display: inline;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 12px;
  border-radius: 4px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .byline-prefix {
    left: 6px;
    -webkit-transform: none;
    transform: none;
  }
}

.byline-details p {
  padding-top: 2px;
}

.byline-image {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.byline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .byline-image {
    top: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -40px;
    bottom: auto;
  }
}

.template--fullheighthero .paragraph--type--byline {
  width: 100%;
  max-width: 685px;
  margin: 160px auto 0;
  padding: 30px 20px;
  background-color: transparent;
  color: #fff;
  font-family: Amnesty Trade Gothic Cn18, sans-serif;
}

.template--fullheighthero .paragraph--type--byline:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 300px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(to top, #000, transparent);
  z-index: -1;
}

@media (min-width: 768px) {
  .template--fullheighthero .paragraph--type--byline {
    margin: 120px auto 0;
  }
}

.template--fullheighthero .paragraph--type--byline .byline-image {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  top: 0;
}

@media (min-width: 768px) {
  .template--fullheighthero .paragraph--type--byline .byline-image {
    right: auto;
    top: 50%;
  }
}

.template--fullheighthero .paragraph--type--byline .byline-text {
  width: 100%;
  padding: 50px 20px 0;
}

@media (min-width: 768px) {
  .template--fullheighthero .paragraph--type--byline .byline-text {
    padding: 0 20px 0 120px;
  }
}

.template--fullheighthero .paragraph--type--byline .byline-prefix {
  display: none;
}

.template--fullheighthero .paragraph--type--byline .byline-author {
  font-family: Amnesty Trade Gothic Cn18, sans-serif;
}

.template--fullheighthero .paragraph--type--byline .byline-author a {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.template--fullheighthero .paragraph--type--byline .byline-author__wrapper {
  border-bottom: 3px solid rgba(179, 179, 179, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.template--fullheighthero .paragraph--type--byline .byline-title {
  font-size: 16px;
}