#image-banner {
  flex-wrap: wrap;
  height: 484px;
}
@media screen and (min-width: 768px) {
  #image-banner {
    height: 408px;
  }
}
@media screen and (min-width: 1920px) {
  #image-banner {
    height: 455px;
  }
}
#image-banner .banner-media {
  background-color: var(--header-main-color);
  display: block;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  #image-banner .banner-content .content-container {
    max-width: 335px;
  }
}
.recipe-slider .recipe-item-photo {
  max-width: 100%;
  display: block;
  overflow-x: hidden;
}
#blog-posts .background {
  position: absolute;
  left: -120px;
  top: 200px;
  width: 450px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #blog-posts .background {
    left: -150px;
    width: 400px;
    top: -175px;
  }
}
@media screen and (min-width: 1200px) {
  #blog-posts .background {
    width: 650px;
    left: -260px;
    top: 0;
  }
}
@media screen and (min-width: 1920px) {
  #blog-posts .background {
    top: -209px;
    width: 576px;
    left: -150px;
  }
}
#blog-posts .javascript-slider-wrapper .javascript-slider > div {
  width: 311px;
  min-width: 311px;
  position: relative;
}
#blog-posts .javascript-slider-wrapper .javascript-slider > div .post-ftimg-hld {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 204px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
#blog-posts .javascript-slider-wrapper .javascript-slider > div .post-ftimg-hld a {
  height: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
}
#blog-posts .javascript-slider-wrapper .javascript-slider > div .post-ftimg-hld img {
  height: 100%;
  max-width: none;
  position: absolute;
  width: auto;
}
#blog-posts .javascript-slider-wrapper .javascript-slider > div .post-content p {
  height: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
