.page-template-template-our-ingredients_new #primary .banner {
    display: none;
}
.sec_ingredients {
    position: relative;
}
.sec_ingredients .ingredients_img {
    width: 100%;
}
.ingredient_model {
    display: none;
}
.ingredient_icon {
    position: absolute;
    line-height: 0;
}
.ingredient_icon.chicken_icon {
    top: 220px;
    left: 300px;
}
.ingredient_icon img {
    width: 140px;
}

@media only screen and (min-width: 1025px) {
    .sec_ingredients {
        padding-bottom: 460px;
    }
}