#videos {
  padding: 0 1em;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  #videos {
    max-width: 100%;
  }
}

#videos, .video-wrapper {
  padding: 0 1em;
  margin: 0 auto;
}

.video-wrapper .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-dots li {
  width: 0.725rem;
  height: 0.725rem;
}

.slick-dots li.slick-active button:before {
  color: #318185;
}

.slick-dots li button:before {
  font-size: 10px;
  width: 0.725rem;
  height: 0.725rem;
}

.relevance-popup {
  cursor: help;
}
.relevance-popup p {
  font-size: 0.8rem;
}
.relevance-popup h5 {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
}

.relevance-explanation-score {
  font-weight: bold;
}

.relevance-explanation-weight {
  font-style: italic;
}

.relevance-explanation-emphasis {
  color: #e5ccff;
}

.relevance-explanation-external {
  color: #fff9cc;
}

.relevance-explanation-context {
  color: #ccffd8;
}

.relevance-explanation-interest {
  color: #ffcccc;
}

video {
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(255, 217, 57, 0.3);
}

.video-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(255, 217, 57, 0.3);
}
.video-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
}

.video--with-thumb .video-thumbnail {
  display: flex;
}

.video-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  height: 100%;
  background-image: var(--thumb-url);
}
.video-thumbnail .play-button-wrapper {
  width: 64px;
}
.video-thumbnail:hover .svg-path-play-button {
  fill: #f00;
  fill-opacity: 1;
  transition: 0.3s ease-in-out;
}

.video-title {
  margin: 1rem auto 0;
  font-size: 1.75rem;
  color: #c6c9cc;
  font-weight: bold;
}

.video-description {
  margin: 0 auto;
  color: #c6c9cc;
}

body.controller-videos {
  background-color: #202223;
  background-image: url(/assets/subtle-carbon-9035a25c1eb267d4d38bac21ec89834d49709be6e4a68c693617153085e9510b.png);
}

@media screen and (min-width: 1025px) {
  #videos {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #videos {
    margin-top: 5rem;
  }
}

.video-wrapper {
  max-width: 1000px;
  height: 564px;
}

.video-title {
  max-width: 1000px;
}

.video-description {
  max-width: 1000px;
}

.related-nodes-wrapper {
  max-width: 1000px;
  margin: 2rem auto 0;
}
.related-nodes-wrapper h4 {
  color: #7d7d7d;
}

.video-library {
  background-color: #ffd939;
  padding: 2rem 4rem;
  position: relative;
  margin-top: 1rem;
}
.video-library h4 {
  text-transform: uppercase;
}
.video-library .slick-prev {
  position: absolute;
  top: 80px;
  left: -3rem;
  font-size: 0;
  width: auto;
  height: auto;
}
.video-library .slick-prev:before {
  font-size: 2.5rem;
}
.video-library .slick-next {
  position: absolute;
  top: 80px;
  right: -3rem;
  font-size: 0;
  width: auto;
  height: auto;
}
.video-library .slick-next:before {
  font-size: 2.5rem;
}
.video-library .slick-prev,
.video-library .slick-next {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.video-library .slick-prev:hover,
.video-library .slick-next:hover {
  opacity: 1;
}

.video-library-video {
  padding: 0.5rem;
}
.video-library-video .video-library-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  min-height: 170px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #fefefe;
  margin-bottom: 0.5rem;
}
.video-library-video .video-library-thumbnail .play-button-wrapper {
  width: 64px;
}
.video-library-video .video-library-video-title {
  font-size: 1rem;
  color: #318185;
  font-weight: bold;
}
.video-library-video .video-library-video-description a {
  color: #318185;
}
.video-library-video .video-library-video-description a:hover {
  color: rgb(57.8307692308, 152.2483516484, 156.9692307692);
}
