.inline-gallery-t4 h2 {
  font-family: 'AvenirLTPro-Black', 'Avenir', sans-serif;
  font-weight: 400;
}
.inline-gallery-t4 p, .inline-gallery-t4 .lightGallery-captions {
  font-family: 'AvenirLTPro-Roman', 'Avenir', sans-serif;
  font-weight: 400;
}

.inline-gallery-t4 h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.inline-gallery-t4 p {
  font-size: 1rem;
  line-height: 1.6875;
}

@media screen and (min-width: 740px) {
  .inline-gallery-t4 h2 {
  	font-size: 2rem;
    line-height: 1.5;
  }
  .inline-gallery-t4 p {
    font-size: 1.125rem;
    line-height: 1.66667;
  }
}

.inline-gallery-t4 .lightGallery-captions h3 {
  margin: 0;
  margin-bottom: .5rem;
  background: black;
  margin: 0 auto;
  width: fit-content;
  padding: 0.05rem 0.25rem;
  font-size: 1.15rem;
}

.inline-gallery-t4 .lightGallery-captions p {
    background: black;
    margin: 0 auto;
    width: fit-content;
    padding: 0.05rem 0.25rem;
  	font-size: .75rem;
}

.inline-gallery-t4 .d-flex.justify-content-center {
  padding-bottom: 2rem;
}

.inline-gallery-t4 .inline-gallery-container {
  width: auto;
  height: 500px;
  position: relative;
}

/* Video plug in CSS */

.inline-gallery-t4 .lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.inline-gallery-t4 .lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.inline-gallery-t4 .lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.inline-gallery-t4 .lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.inline-gallery-t4 .lg-outer .lg-video-poster {
  z-index: 1;
}

.inline-gallery-t4 .lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.inline-gallery-t4 .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.inline-gallery-t4 .lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.inline-gallery-t4 .lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.inline-gallery-t4 .lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.inline-gallery-t4 .lg-video-play-button:hover .lg-video-play-icon-bg,
.inline-gallery-t4 .lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.inline-gallery-t4 .lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.inline-gallery-t4 .lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.inline-gallery-t4 .lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.inline-gallery-t4 .lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.inline-gallery-t4 .lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.inline-gallery-t4 .lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-prev:after, .lg-next:before {
 color: white !important; 
}

.lg-sub-html {
    padding-left: 0;
    padding-right: 0;
}

.inline-gallery-t4 .lightGallery-captions h3 {
    width: 100%;
    padding-top: .5rem;
  	padding-bottom: .5rem;
	background-color: rgba(0,0,0,.45);
}
.inline-gallery-t4 .lightGallery-captions p {
    width: 100%;
    padding-top: .5rem;
  	padding-bottom: .5rem;
	background-color: rgba(0,0,0,.45);
}

.inline-gallery-t4 svg.icon.icon_thumbnail {
  fill: white;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.lg-outer .lg-thumb-item {
    border-radius: 2px;
    border: 1px solid #fff;
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
}



