.gs-features-slider {
  position: relative;
}
.gs-features-slider .swiper {
  max-width: 98%;
}
.gs-features-slider .swiper-button-prev {
    left: -40px;
}
.gs-features-slider .swiper-button-next {
  right: -40px;
}
.gs-features-slider .swiper-button-next,
.gs-features-slider .swiper-button-prev {
  height: 40px;
  width: 40px;
  background-color: #ccc;
  border-radius: 3px;
}
.gs-features-slider .swiper-button-next::after,
.gs-features-slider .swiper-button-prev::after {
  color: white;
  font-size: 14px;f
}
.gs-features-slider .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  padding-top: 15px;
  gap: 20px;
}
.gs-features-slider .swiper-slide .left-col {
/*   flex: 0 0 50% */
}
.gs-features-slider .swiper-slide .right-col {
  flex: 0 0 50%;
}

.oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.oembed_container .iframe_wrapper > * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

@media(max-width: 980px) {
  .gs-features-slider .swiper-slide {
    flex-direction: column;
  }
    .gs-features-slider .swiper-slide .right-col img {
/*     display: none; */
  }
}

.gs-features-slider .swiper-slide.swiper-slide-active {
    width: 1147px;
    align-items: center;
    margin-right: 100px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media (max-width: 800px) {
  .gs-features-slider {
    max-width: 90%;
    margin: 0 auto;
}

