.module-single_story {
  margin: 4rem 0 0 !important;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5rem 0 10rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.module-single_story h3 {
  margin-bottom: 6vh;
}
.module-single_story .story-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-single_story .story-wrapper .left {
  text-align: right !important;
  box-sizing: border-box;
  padding-right: 7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.module-single_story .story-wrapper .left .story {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #031040;
  margin-bottom: 2rem;
}
.module-single_story .story-wrapper .left .author {
  color: #0096d7;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.module-single_story .story-wrapper .left .sbtn {
  margin: 0;
  min-width: 300px;
}
.module-single_story .story-wrapper .right {
  box-sizing: border-box;
}
.module-single_story .story-wrapper .right .image {
  width: 25rem;
  height: 25rem;
  display: block;
  border-radius: 3rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.module-single_story .story-wrapper .right.video-popup {
  cursor: pointer;
}
.module-single_story .story-wrapper .right.video-popup .image::before {
  content: "";
  font-weight: 400;
  display: block;
  width: 30%;
  height: 30%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: url('/wp-content/themes/iBUILDiT/assets/play_icon.svg');
}
.module-single_story.theme-dark {
  color: #fff !important;
}
.module-single_story.theme-dark h3,
.module-single_story.theme-dark .story,
.module-single_story.theme-dark p {
  color: #fff !important;
}
@media only screen and (max-width: 1100px) {
  .module-single_story .story-wrapper {
    flex-wrap: wrap;
  }
  .module-single_story .story-wrapper .left {
    order: 1;
    text-align: center;
    padding: 0 3rem;
    align-items: center;
  }
  .module-single_story .story-wrapper .left .story {
    text-align: center;
  }
  .module-single_story .story-wrapper .right {
    order: 0;
    margin-bottom: 2rem;
  }
  .module-single_story .story-wrapper .right .image {
    width: 20rem;
    height: 20rem;
  }
  .module-single_story .modal .modal-content {
    height: 20rem;
  }
}
@media only screen and (max-width: 900px) {
  .module-single_story {
    padding: 2rem 0 !important;
    margin: 2rem 0 !important;
  }
}
