.page-node-type-farm-story .container section.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.farm-story-wrapper .hero-banner {
  width: 100%;
  height: 520px;
  margin: 0;
  background: #454545;
  margin-bottom: 25px;
}

.farm-story-wrapper .hero-banner .col-md-8,
.farm-story-wrapper .hero-banner .col-md-4 {
  margin: 0px;
  padding: 0px;
}

.farm-story-wrapper .hero-banner .col-lg-4 {
  position: relative;
}

.farm-story-wrapper .hero-banner .text-wrap {
  margin: 10%;
}

.farm-story-wrapper .hero-banner .text-wrap h2 {
  font-size: 3.8rem;
  line-height: 5rem;
}

.farm-story-wrapper .hero-banner img {
  width: auto;
  height: 100%;
  max-width: unset;
  float: right;
}

.farm-story-wrapper .node__content {
  max-width: 800px;
  margin: 0 auto;
}

.farm-story-wrapper .node__content img {
  margin: 15px;
}

.farm-story-wrapper .separate-line {
  margin: 0px 0px 30px 0px;
}

.farm-story-wrapper .separate-line img {
  margin: 0px auto;
  display: block;
}

.farm-story-wrapper .node__content h2.title {
  font-size: 30px;
}

.farm-story-wrapper .node__content pre {
  width: 100%;
  height: 1px;
  background: #364848;
  margin: 25px 0;
}

.other-story-wrapper {
  background: #454545;
}

.other-story-wrapper .other-story-content {
  max-width: 1346px;
  margin: 0px auto;
}

.other-story-wrapper h3.view-title {
  text-align: center;
  margin-bottom: 30px;
}

.other-story-wrapper ul {
  list-style: none;
  padding-left: 0px;
}

.other-story-wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
}

.node-other-story-view .hero-image-img-wrapper {
  margin-bottom: 20px;
}


.node-other-story-view .hero-image-img-wrapper .field img {
  width: 100%;
  height: auto;

  margin: auto;
}

.node-other-story-view .hero-image-img-wrapper .field {
  overflow: hidden;
}

article.node-other-story-view {
  border: 1px solid #7a7a7a;
  background: #6e6e6e;
  border-radius: 8px;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
}

article.node-other-story-view:hover {
  border: 1px solid #57c4c1;
}

article.node-other-story-view .node__content {
  padding: 15px;
}

article.node-other-story-view .node__content h3 {
  color: #57c4c1;
}

article.node-other-story-view .more-link-wrap {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.farm-story-wrapper .node__content .button-wrap {
  padding: 10px 0px;
}

.farm-story-wrapper .node__content .button-wrap img {
  margin: 0px;
  padding: 0px;
  width: auto;
}


@media screen and (max-width: 576px) {
  .farm-story-wrapper .hero-banner .col-txt {
    max-width: unset;
  }

  .farm-story-wrapper .hero-banner .col-img {
    max-width: unset;
  }

  .farm-story-wrapper .hero-banner .col-img img {
    max-width: 100%;
  }

  .farm-story-wrapper .hero-banner {
    height: auto;
  }

  .farm-story-wrapper .hero-banner .text-wrap {
    margin: 15px;
  }

  .farm-story-wrapper .hero-banner .text-wrap h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  article.node-other-story-view .more-link-wrap {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .farm-story-wrapper .node__content {
    padding: 0px 10px;
  }

  .farm-story-wrapper .node__content img {
    float: none;
    display: block;
    width: 100%;
    margin: 15px auto;
  }

  .other-story-wrapper {
    padding: 30px 10px;
  }

  .farm-story-wrapper .hero-banner {
    height: auto;
  }

  .farm-story-wrapper .hero-banner .text-wrap {
    margin: 15px;
  }

  .farm-story-wrapper .hero-banner .text-wrap h2 {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }

  .farm-story-wrapper .hero-banner .col-txt {
    width: 100%;
    max-width: 100% !important;
  }

  .farm-story-wrapper .hero-banner .col-img {
    width: 100%;
    max-width: 100% !important;
  }
}


@media screen and (max-width: 992px) {
  .farm-story-wrapper .hero-banner .hero-image-img-wrapper {
    position: unset;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
  }

  .farm-story-wrapper .hero-banner .hero-image-img-wrapper img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
  }

  .farm-story-wrapper .hero-banner .col-txt {
    max-width: 50%;
  }

  .farm-story-wrapper .hero-banner .col-img {
    max-width: 50%;
  }

}

@media screen and (max-width: 992px) and (min-width: 769px) {
  .farm-story-wrapper .hero-banner .text-wrap h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .other-story-wrapper ul li {
    margin-bottom: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 1369px) and (min-width: 993px) {
  .farm-story-wrapper .hero-banner .hero-image-img-wrapper {
    overflow: hidden;
  }
}

.path-farm-stories .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.path-farm-stories .view-content .story-separator {
  max-width: 379px;
  margin: 10px;
}

@media (max-width: 1200px) {
  .path-farm-stories .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1000px) {
  .path-farm-stories .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .path-farm-stories .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .path-farm-stories .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
