.video-gallery-landing-page .pbm-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.video-gallery-landing-page .pbm-col-half-md {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.video-gallery-landing-page .pbm-col-third-md {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.video-gallery-landing-page .post-item.post-item--video-gallery {
  margin-bottom: 40px;
  position: relative;
}
.video-gallery-landing-page
  .pbm-col-half-md
  .post-item--video-gallery
  .post-item__image:before,
.video-gallery-landing-page
  .pbm-col-third-md
  .post-item--video-gallery
  .post-item__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}
.video-gallery-landing-page
  .pbm-col-third-md
  .post-item--video-gallery
  .post-item__image
  img,
.video-gallery-landing-page
  .pbm-col-half-md
  .post-item--video-gallery
  .post-item__image
  img {
  background: #f2f2f2;
}
.video-gallery-landing-page
  .pbm-col-third-md
  .post-item--video-gallery
  .post-item__image
  img,
.video-gallery-landing-page
  .pbm-col-half-md
  .post-item--video-gallery
  .post-item__image
  img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.video-gallery-landing-page .post-item--video-gallery .post-item__image {
  position: relative;
}
.video-gallery-landing-page .post-item--video-gallery .post-item__image-play {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__image-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #191818;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__image-play
  .play-icon {
  width: 70px;
  height: 70px;
  max-width: 50%;
  max-height: 50%;
  /* fill: #fff; */
  fill: transparent;
  background: url(../images/play-button.png) no-repeat;
  background-size: contain;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__image-category
  .play-icon {
  width: 17px;
  height: 17px;
  /* fill: #fff; */
  fill: transparent;
  background: url(../images/play-button.png) no-repeat;
  background-size: contain;
}
.video-gallery-landing-page .post-item--video-gallery .post-item__title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #191818;
  margin-top: 10px;
  display: inline-block;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__title
  a:hover {
  color: #0b4e6f;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__excerpt
  .tail {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #191818;
  margin-bottom: 5px;
}
.video-gallery-landing-page .post-item--video-gallery .dateline {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.video-gallery-landing-page
  .post-item--video-gallery
  .post-item__image:hover:after {
  content: "";
  bottom: 0;
  box-shadow: inset 0 0 0 6px #191818;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pagination.event-search-nav {
  justify-content: end;
}
.next.page-numbers .pbm-icon.chevron-right {
  width: 6px;
  height: 8px;
  margin-left: 5px;
}
.prev.page-numbers .pbm-icon.chevron-left {
  width: 6px;
  height: 8px;
  margin-right: 5px;
}
.pagination.event-search-nav .page-numbers.current {
  display: inline;
  color: #fff !important;
  background: #191818;
}
.pagination.event-search-nav .page-numbers.dots {
  margin: 0 5px;
}
.pagination.event-search-nav .page-numbers:not(.page-numbers.dots) {
  color: #191818;
  font-weight: 700;
  font-size: 10.8415px;
  line-height: 13px;
  padding: 3px 6px;
  border: 1.5px solid #262626;
  cursor: pointer;
  margin: 0 5px;
}
/* ----------------------------------------------------video detail page */

.video-detail-page .video-gallery__main {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 928px !important;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.video-detail-page .video-gallery__main .aspect-ratio {
  position: relative;
}
.video-detail-page .video-gallery__main .aspect-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-detail-page .video-gallery__main iframe {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.heading-section .back-to-gallery .style-cta {
  color: #191818;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
}
.heading-section .back-to-gallery a.style-cta:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  /* margin-right: 15px; */
  left: 0;
}
.heading-section .back-to-gallery .chevron-left {
  height: 15px;
  width: 10px;
  margin-right: 15px;
  display: none;
}
.video-detail-page .page-header h1 {
  font-size: 38px;
}
.video-detail-page .post-content-wrap p {
  font-size: 18px;
  line-height: 24px;
}
.video-detail-page .video-gallery__main .aspect-ratio__element {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.video-detail-page .video-gallery__main .video-gallery-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #191818;
  margin-top: 10px;
}
.video-detail-page a.lar-automated-link {
  color: #191818;
  font-weight: 600;
}
.video-detail-page .video-gallery-count {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.video-detail-page .row .col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.video-detail-page .video-featured-image {
  position: relative;
  background: #f2f2f2;
}
.video-detail-page .video-featured-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}
.video-detail-page .video-featured-image img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.video-detail-page .video-gallery-title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #191818;
  margin-top: 10px;
  display: inline-block;
}
.video-detail-page .video-gallery-title a:hover {
  color: #0b4e6f;
}
.video-detail-page .dateline {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.video-detail-page .video-featured-image .play-icon-small {
  background-color: #221f20 !important;
  display: flex;
  height: 36px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 2;
  align-items: center;
}
.video-detail-page .video-featured-image .play-icon-small .play-icon {
  height: 17px;
  width: 17px;
  /* fill: #fff; */
  fill: transparent;
  background: url(../images/play-button.png) no-repeat;
  background-size: contain;
}
.video-detail-page .video-featured-image .play-icon-large {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.video-detail-page .video-featured-image .play-icon-large .play-icon {
  /* fill: #fff; */
  fill: transparent;
  background: url(../images/play-button.png) no-repeat;
  background-size: contain;
  height: 70px;
  max-height: 50%;
  max-width: 50%;
  width: 70px;
}

.video-detail-page .video-featured-image:hover:after {
  bottom: 0;
  box-shadow: inset 0 0 0 6px #242021 !important;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* .post-type-archive-pbm-video-gallery .row,
.post-type-archive-pbm-photo-gallery .row {
  --bs-gutter-x: unset;
} */
.video-inline-ads {
  margin-bottom: 3%;
}
.print-related-content .section-title h2 {
  font-size: 16px !important;
  line-height: 19px !important;
  border-top: 1px solid #130d1850;
  border-bottom: 1px solid #130d1850 !important;
  margin-top: 22px;
  margin-bottom: 14px !important;
  padding: 11px 0;
  font-weight: 500 !important;
}
.photo-related-content.without-image {
  height: 212px;
  padding: 15px 15px;
  background: #191818;
}
.photo-related-content.without-image .rc-img-title {
  padding: 0;
}
.photo-related-content.without-image p.tag-list {
  top: 140px;
}
.photo-related-content.without-image p.tail {
  color: #fff;
}
/* -----------------------------------------------------mobile */

@media only screen and (min-width: 0) and (max-width: 767px) {
  .video-gallery-landing-page .pbm-col-half-md,
  .video-gallery-landing-page .pbm-col-third-md {
    flex: unset;
    max-width: 400px;
    margin: auto;
  }
  .pagination.event-search-nav a,
  .pagination.event-search-nav span {
    display: block;
  }
  .pagination.event-search-nav a.next,
  .pagination.event-search-nav a.prev {
    position: unset;
  }
  .video-gallery-landing-page .post-item--video-gallery .dateline {
    margin-bottom: 20px;
  }
  .pagination.event-search-nav .page-numbers:not(.page-numbers.dots) {
    margin: 0;
  }
  .pagination.event-search-nav {
    column-gap: 4px;
  }
  /* -------------------------------------------------detail-page */

  .video-detail-page .page-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .video-gallery-title .back-to-gallery a {
    font-size: 18px;
  }
  .video-detail-page .post-content-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
  .video-detail-page .video-gallery__main .video-gallery-title {
    font-size: 22px;
    line-height: 26px;
  }
  .video-detail-page .post-content-wrap {
    margin-top: 0;
  }
  .video-detail-page .row .col-sm-6 {
    flex: unset;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .video-detail-page .widget_media_image {
    text-align: center;
  }
  .video-gallery-landing-page .video-gallery svg {
    width: 17px;
    height: 17px;
    fill: #fff;
  }
  .video-gallery-landing-page .video-gallery .post-item__image-play {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-gallery-landing-page .video-gallery .post-item__image-play .play-icon {
    width: 70px;
    height: 70px;
    max-width: 50%;
    max-height: 50%;
    /* fill: #fff; */
    fill: transparent;
    background: url(../images/play-button.png) no-repeat;
    background-size: contain;
  }
}
