.media-gallery-section {
  position: relative;
  overflow: hidden;
}

.media-gallery-section .swiper {
  overflow: hidden;
}

.media-gallery-section .swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-bottom: 10px;
  transition-timing-function: linear;
}

.media-gallery-section .swiper-wrapper-flex {
  display: flex;
  padding: 0 10px;
}

.media-gallery-section .swiper-wrapper-flex .swiper-slide {
  flex: 1 0 75%;
}
.media-gallery-section .content__wrapper {
  position: relative;
}

.media-gallery-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 20vw;
}
.media-gallery-section .media-gallery__link-wrapper {
  display: none;
}
.media-gallery-section .swiper-slide:hover .media-gallery__link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
  bottom: 10px;
}

.media-gallery-section .media-gallery__link {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 23px;
  margin: 0 10px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #000000;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color .3s ease;
  font-size: 15px;
  text-transform: capitalize;
  min-width: 88px;
  min-height: 35px;
  font-weight: 300;
}

.media-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 12px;
}

.media-gallery__title {
  position: absolute;
  bottom: 30px;
  text-align: center;
  right: 0;
  left: 0;
  color: #FFFFFF;
  text-transform: capitalize;
}

.media-gallery__image.rounded-borders {
  border-radius: 50px;
}

.media-gallery__video-container {
  position: relative;
  width: 100%;
  height: 0;
  /* padding-bottom: 56.25%; */
  padding-bottom: 1em;
}

.media-gallery__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-image,
.placeholder-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  color: #555;
  font-size: 1rem;
  text-align: center;
}

.media-gallery-section .swiper-navigation {
  max-width: 90px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.swiper-navigation.hasdesc {
  margin-top: -10px;
  padding-top: 0;
}

.media-gallery-section .swiper-navigation-with-autoplay {
  max-width: 60px;
}

.media-gallery-section .swiper-navigation.swiper-navigation--left {
  margin-right: auto;
  margin-left: 20px;
  padding-left: 0;
}

.media-gallery-section .swiper-navigation.swiper-navigation--right {
  margin-left: auto;
  margin-right: 20px
}

.media-gallery-section .swiper-navigation .swiper-button-next, 
.media-gallery-section .swiper-navigation .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: unset;
  bottom: 0;
  background-color: #EAEAEA;
  border-radius: 50%;
  padding: 10px;
  position: static;
  margin-right: 12px;
}

.media-gallery-section .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 10px;
  color: #000000;
  content: none;
}
.media-gallery-section .swiper-navigation .swiper-play-pause {
  background-color: #EAEAEA;
  border-radius: 50%;
  padding: 0;
  line-height: 0;
  margin-right: 11px;
  cursor: pointer;
}
.media-gallery-section .swiper-navigation .swiper-play-pause:after {
  content: url('data:image/svg+xml,<svg width="20px" height="20px" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" fill="white" fill-opacity="0.01"/><path d="M16 12V36" stroke="%23000000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 12V36" stroke="%23000000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  font-size: 10px;
  color: #000;
  letter-spacing: 0;
  font-family: swiper-icons;
  line-height: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-gallery-section .swiper-navigation .swiper-play-pause.in-pause:after {
  content: '';
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTE0IDIyLjU4N3YtOS4xNjhjMC0uOTM0LjU2My0xLjQyNSAxLjI2LTEuNDI1LjM4NiAwIC42MjcuMDY1Ljk2Ny4yNzNsNy40NjggNC40MDNjLjY2Mi4zOSAxLjAyLjcwNyAxLjAyIDEuMzI0IDAgLjYxOC0uMzU4LjkzNS0xLjAyIDEuMzI1bC03LjQ2OCA0LjQwM2MtLjM0LjIwOC0uNTgxLjI3My0uOTY2LjI3My0uNjk4IDAtMS4yNjEtLjQ3My0xLjI2MS0xLjQwOCIvPjwvc3ZnPg==);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #000;
}


/* Video */
.media-gallery-section .video-block {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-gallery__video-container.rounded-borders .video-block {
  border-radius: 50px;
}

.media-gallery-section .swiper-wrapper-grid {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px; */
}
.media-gallery-section .media-gallery__video-container .play-pause-button {
  position: absolute;
  display: flex;
  justify-self: flex-end;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-inline-end: 20px;
  margin-bottom: 20px;
  border: none;
  background: none;
  background-color: rgba(210, 210, 215, 0.64);
  background-repeat: no-repeat;
  transition: opacity 100ms linear, transform .2s ease;
  cursor: pointer;
  bottom: 8px;
  right: 8px;
  border-radius: 100%;
  opacity: 0;
}

.media-gallery-section .media-gallery__video-container.swiper-slide-active .play-pause-button {
  opacity: 1;
}
.media-gallery-section .swiper-button:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="m3.293 11.293 1.414 1.414L11 6.414V20h2V6.414l6.293 6.293 1.414-1.414L12 2.586l-8.707 8.707z"/></svg>');
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.media-gallery-section .swiper-button-next:before {
  transform: rotate(90deg) scale(0.7);
  left: -1px;
}
.media-gallery-section .swiper-button-prev:before {
  transform: rotate(-90deg) scale(0.7);
  right: -1px;
}

.media-gallery-section .media-gallery__video-container .play-pause-button:after {
    content: "";
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTE0IDIyLjU4N3YtOS4xNjhjMC0uOTM0LjU2My0xLjQyNSAxLjI2LTEuNDI1LjM4NiAwIC42MjcuMDY1Ljk2Ny4yNzNsNy40NjggNC40MDNjLjY2Mi4zOSAxLjAyLjcwNyAxLjAyIDEuMzI0IDAgLjYxOC0uMzU4LjkzNS0xLjAyIDEuMzI1bC03LjQ2OCA0LjQwM2MtLjM0LjIwOC0uNTgxLjI3My0uOTY2LjI3My0uNjk4IDAtMS4yNjEtLjQ3My0xLjI2MS0xLjQwOCIvPjwvc3ZnPg==);
    mask-size: cover;
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.56);
}

.media-gallery-section .media-gallery__video-container .play-pause-button.in-play:after {
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTIzLjUgMTIuODkzdjEwLjIxNGMwIC43NjktLjU5NyAxLjM5My0xLjMzMyAxLjM5M2gtMS4zMzRjLS43MzYgMC0xLjMzMy0uNjI0LTEuMzMzLTEuMzkzVjEyLjg5M2MwLS43Ny41OTctMS4zOTMgMS4zMzMtMS4zOTNoMS4zMzRjLjczNiAwIDEuMzMzLjYyNCAxLjMzMyAxLjM5M3pNMTUuMTY3IDExLjVoLTEuMzM0Yy0uNzM2IDAtMS4zMzMuNjI0LTEuMzMzIDEuMzkzdjEwLjIxNGMwIC43NjkuNTk3IDEuMzkzIDEuMzMzIDEuMzkzaDEuMzM0Yy43MzYgMCAxLjMzMy0uNjI0IDEuMzMzLTEuMzkzVjEyLjg5M2MwLS43Ny0uNTk3LTEuMzkzLTEuMzMzLTEuMzkzeiIvPjwvc3ZnPg==)
}

.media-gallery-section .media-gallery__video-container .play-pause-button.at-end:after {
 mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTIzLjUgMTYuNUExLjUgMS41IDAgMDAyMiAxOGMwIDIuMjA2LTEuNzk0IDQtNCA0cy00LTEuNzk0LTQtNGMwLTEuOTkgMS40NjQtMy42MyAzLjM2OS0zLjkzNmwtLjM3Ni4zNzVhMS41IDEuNSAwIDEwMi4xMjEgMi4xMjJsMi45MjktMi45M2ExLjUgMS41IDAgMDAwLTIuMTJsLTMuMDcxLTMuMDcyYTEuNSAxLjUgMCAxMC0yLjEyMSAyLjEyMmwuNDczLjQ3M0MxMy43OCAxMS4zNzUgMTEgMTQuMzY4IDExIDE4YzAgMy44NiAzLjE0IDcgNyA3czctMy4xNCA3LTdhMS41IDEuNSAwIDAwLTEuNS0xLjV6Ii8+PC9zdmc+)
}
.media-gallery-section .block-desc {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
  max-height: 100px;
}
.media-gallery-section .block-desc.img {
  margin-top: 10px;
}

@media screen and (max-width: 766px) {
  .media-gallery-section .block-desc {
    margin-bottom: 30px;
  }
  .media-gallery__image {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1200px) {
  /* .media-gallery-section .swiper-navigation.swiper-navigation--left {
    margin-left: 20px;
    padding-left: 20px;
  } */
  
  .media-gallery-section .swiper-navigation.swiper-navigation--right {
    margin-right: 50px
  }
}

.media-gallery-section .media-gallery__video-container.slide-spacer {
  padding-right: 10vw;
  flex: 1 1 20%;
  visibility: hidden;
}
@media screen and (min-width: 767px) {
  .media-gallery-section.fixed-width {
    margin: 0 auto;
    padding-left: 10vw;
  }
  .media-gallery-section .media-gallery__video-container.slide-spacer {
    padding-right: 50vw;
    visibility: hidden;
  }

  .media-gallery-section .swiper-wrapper-flex .swiper-slide {
    flex: 1 0 40%;
  }

}
@media screen and (min-width: 1300px) {

  .media-gallery-section .media-gallery__video-container .play-pause-button {
    bottom: 20px;
    right: 20px;
  }

  .media-gallery-section .swiper-wrapper-flex .swiper-slide {
    flex: 1 0 33%;
  }
}
@media screen and (min-width: 1920px) {
  .media-gallery-section.fixed-width {
    padding-left: 10vw;
  }
}


/* Content Alignment  */

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
