/* xl - DESKTOP STYLES */
.review {
  height: 100%;
  min-height: 250px;
  width: 100%;
  padding: 0 !important;
  display: flex;
}
.review h4, .review p {
  color: white !important;
}
.review .container {
  margin-right: auto;
  margin-left: 0 !important;
  background: linear-gradient(to right, #009036, 20%, #49a627);
  overflow: hidden;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  width: 2400px;
  max-width: 99%;
  min-width: 90%;
  padding-right: 0 !important;
}
.review .content {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.review .post-entry {
  height: 100%;
  width: 100% !important;
}
.review .entry-content-wrapper {
  height: 100%;
  display: flex;
}
.review .av_textblock_section {
  flex: 2;
  display: flex;
  align-items: center;
  padding-left: 2%;
}
.review .avia-image-container {
  flex: 1;
}
.review .avia-image-container-inner {
  height: 100%;
  width: 100%;
}
.review .avia-image-overlay-wrap {
  height: 100%;
  width: 100%;
}
.review .avia-image-overlay-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .review .container {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .review .avia-image-overlay-wrap img {
    height: 100%;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .review .avia-image-container {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F18525-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F18525-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F18525-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7DF%3BAAIA%3BAEHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAFRJ%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%22%7D */