.gallery-wall {
  padding: 3.125rem 0;
}

.gallery-wall-header {
  text-align: center;
}

.media-video-btn {
  border: none;
  border-radius: 100%;
  background-color: #fff;
  color: #1B44A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: 0.25s ease;
}
.media-video-btn {
  height: 60px;
}
@media (min-width: 575px) {
  .media-video-btn {
    height: calc(60px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn {
    height: 123px;
  }
}
.media-video-btn {
  width: 60px;
}
@media (min-width: 575px) {
  .media-video-btn {
    width: calc(60px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn {
    width: 123px;
  }
}
.is-tabbing .media-video-btn:focus:before {
  content: "";
  background-image: url("https://www.emmanuel.edu/themes/custom/emmanuel_default/images/play-svg.svg");
  width: 33px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 54%;
}
.media-video-btn:before {
  content: "\f160";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-video-btn:before {
  font-size: 34px;
}
@media (min-width: 575px) {
  .media-video-btn:before {
    font-size: calc(34px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .media-video-btn:before {
    font-size: 60px;
  }
}
.media-video-btn:hover {
  background-color: #1B44A0;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}

.gallery-wall .gallery-wall__item {
  flex: unset;
}
.gallery-wall__item:hover .media-video-btn {
  background-color: #1B44A0;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}

.gallery-wall__item__content {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .gallery-wall__item__content img,
  .gallery-wall__item__content video {
    max-height: 22.5rem;
    position: relative !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-wall__item__content {
    border-left: 2px solid white;
  }
}

.gallery-wall-footer {
  text-align: center;
  margin-top: 3.125rem;
}

.slider-images {
  margin-top: 3.125rem;
}

.wide-container .gallery-wall {
  padding: 2.5rem 1.25rem;
}
@media (min-width: 992px) {
  .wide-container .gallery-wall {
    padding: 2.5rem;
  }
}
/*# sourceMappingURL=gallery-wall.css.map */