.video {
  position: relative;
  background: #306607;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .video {
    background: #EBFFDB;
  }
}
@media (min-width: 1024px) {
  .video {
    padding-top: 0;
  }
}
.video img {
  max-width: 100%;
  height: auto;
}
.video .half-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 1024px) {
  .video .half-bg {
    display: block;
  }
}
.video .fruits-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  .video .fruits-bg {
    bottom: 0;
    top: auto;
    left: 0;
    width: 50%;
    height: 180px;
    background-position: right center;
  }
}
.video__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .video__wrap {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .video__img, .video__content {
    width: 50%;
  }
}
.video__img {
  text-align: center;
  padding: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .video__img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    padding: 0;
  }
}
.video__img video {
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .video__img video {
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
}
.video__play-btn {
  position: absolute;
  max-width: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 768px) {
  .video__play-btn {
    max-width: 6rem;
  }
}
.video__content {
  padding: 3rem 2rem 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .video__content {
    padding: 3rem 7rem 230px 5rem;
    text-align: left;
    color: #00223E;
  }
}
.video__content .section-title {
  margin-bottom: 1rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .video__content .section-title {
    margin-bottom: 2.2rem;
    color: #00223E;
  }
}
.video__content .content {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .video__content .content {
    margin-bottom: 0;
  }
}
.video__content .content p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .video__content .content p {
    font-size: 1.5rem;
  }
}
.video__content .brand-btn {
  letter-spacing: 1px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .video__content .brand-btn {
    margin: 0;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=styles.css.map */