/*.path-videos .banner-img {
     background: url(../../../images/video_img.jpg) center no-repeat;
    object-fit: cover;
    height: 400px;
}*/

.path-videos .videos-wrapper {
  padding-bottom: 60px;
}

.path-videos .banner-img+.title {
  position: absolute;
  display: flex;
  bottom: 80px;
  left: 0;
  right: 0;
  justify-content: center;
}

.path-videos .banner-img+.title h1 {
  font-family: "Effra";
  font-weight: 900;
  color: #ffffff;
  font-size: 66px;
}

.path-videos .inner-page-block h2 {
  font-family: "Effra";
  color: #003366;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 50px;
}

.path-videos .inner-page-block .content {
  margin-top: 70px;
  text-align: center;
}

.video-content-container:has(.no-results-found-content) {
  margin-bottom: 70px;
}

.path-videos .videos .row-wrapper .videos-wrap {
  height: 190px;
}

.path-videos .videos .row-wrapper iframe {
  display: block;
  max-width: 100%;
  /*height: auto;*/
  height: 100%;
  width: 100%;
}

.path-videos .videos .row-wrapper h4 a {
  font-family: "Effra";
  font-size: 28px;
  font-weight: 300;
  color: #221f20;
  line-height: 34px;
}

.path-videos .videos-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.path-videos .videos-wrapper>div {
  margin-bottom: 20px;
}

.path-videos .videos .row-wrapper {
  padding-bottom: 20px;
  padding-top: 40px;
}

.showMoreVideos {
  padding: 25px 15px;
  text-align: center;
  width: 100%;
}

.showMoreVideos button {
  display: inline-block;
  background: #003366;
  border: 1px solid #003366;
  color: #fff;
  padding: 15px 35px;
  margin-top: 50px;
  text-decoration: none !important;
  font-family: "Effra";
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.showMoreVideos button:hover {
  background: #fff;
  color: #003366;
}

.showMoreVideos button .goog-text-highlight {
  background-color: transparent;
  box-shadow: none;
}

.path-videos .related-story h4 a:hover,
.path-videos .related-story h4 a:focus {
  color: #CA113E !important;
}

.path-videos .related-story h4 a {
  font-size: 21px;
  color: #003366;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .path-videos .videos-wrapper>div {
    margin-bottom: 30px;
  }

  .path-videos .related-story h4 a {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .showMoreVideos button {
    font-size: 18px;
  }

  .path-videos .banner-img+.title h1 {
    font-size: 32px;
  }

  .path-videos .videos .row-wrapper h4 a {
    font-size: 18px;
    line-height: 24px;
  }

  .path-videos .videos .row-wrapper {
    padding-top: 10px;
  }

  .path-videos .related-story {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0 !important;
  }

  .path-videos .related-story h4 a {
    font-size: 20px;
    line-height: 24px;
  }

  .path-videos .related-story .embed+h4 {
    margin-bottom: 30px;
  }
}
