#news-post {
  margin: auto;
  margin-top: 150px;
  max-width: var(--max-width);
  padding: var(--vertical-space);
  padding-bottom: 0;
}

#news-post .news-post-title {
  margin-top: 60px;
  margin-bottom: 20px;
}

#news-post .news-post-title,
#news-post #breadcrumbs span,
#news-post #breadcrumbs a {
  color: #003b5c;
}

.small-section-heading {
  margin-bottom: 35px;
}

.media-container {
  position: relative;
}

.media-container .graphic-arrows {
  position: absolute;
  top: 80px;
  left: -47px;
  z-index: 10;
}

.plyr {
  --plyr-color-main: rgb(222, 112, 8);
  --plyr-control-background: rgba(222, 111, 8, 0.471);
  --plyr-progress-played: rgb(222, 112, 8);
  --plyr-progress-buffered: #ccc;

  width: 100%;
  height: 600px;
}

.plyr video {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.player-wrapper {
  position: relative;
}

#news-post .content {
  margin-top: 60px;
  padding-inline: 200px;
}

#news-post .content p:last-of-type {
  margin-bottom: 0;
}

.player-wrapper .plyr__poster {
  pointer-events: none;
}

#pause-overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

#play-pause-btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  border: none;
  outline: none;
  font-size: 100px;
}

.featured-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.bottom-options {
  padding-top: 80px;
}

.share {
  display: flex;
  align-items: center;
  column-gap: 13px;
  font-size: 14px;
  font-weight: 700;
  color: #003b5c;
  font-family: "Roboto", "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.icons {
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.bottom-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-btn a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #003b5c;
  font-family: "Roboto", "Times New Roman", Times, serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  #play-pause-btn {
    font-size: 60px;
  }

  #news-post .content {
    padding-inline: 50px;
  }

  #news-post .news-post-title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1100px) {
  #play-pause-btn {
    font-size: 40px;
  }

  #news-post {
    margin-top: 80px;
  }

  .small-section-heading {
    margin-bottom: 10px;
  }

  .featured-image,
  .plyr {
    height: 600px;
  }
}

@media screen and (max-width: 1000px) {
  .media-container .graphic-arrows {
    top: 30px;
    left: -28px;
  }

  .media-container .graphic-arrows svg {
    width: 58px;
  }
}

@media screen and (max-width: 800px) {
  .media-container .graphic-arrows {
    left: -20px;
  }

  .media-container .graphic-arrows svg {
    width: 42px;
  }

  #news-post .content {
    margin-top: 30px;
    padding-inline: 0;
  }

  .featured-image,
  .plyr {
    height: 350px;
  }
}
