/*.our-fish-with-prices .b-bnr__title:after {
    content: "Od 1 456 Kč/kg";
    display: block;
    color: var(--color-secondary);
    font-size: 24px;
    line-height: 1.5833333333;
    font-weight: 400;
    text-transform: none;
}*/

@media only screen and (max-width: 749px) {
    #hp-intro > .b-intro__main > .row-main {
        min-height: calc(80vh - 150px);
    }
    html[lang="en"] #hp-intro > .b-intro__main > .row-main {
        min-height: calc(89vh - 150px);
    }
    #hp-intro .b-intro__btns {
        display: none;
    }
}
.rte p {
    clear: both;
    overflow: hidden;
}

.rte .rte-img--right {
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.rte .rte-img--left {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    #why-gallery {
        background-position: 43% center;
    }
}
@media (min-width: 1441px) {
    #why-gallery {
        background-position: 20% center;
    }
}
@media (min-width: 1650px) {
    #why-gallery {
        background-position: 62% center;
    }
}

#hp-benefits .b-benefits__grid .b-benefits__cell:nth-of-type(4) {
    display: none;
}

#hp-benefits .b-benefits__img img {
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    width: 100%;
    transform: translate(-50%, -50%);
    object-position: top 50% left 50%;
}

@media all and (min-width: 1000px) {
    #hp-benefits .b-benefits__img img {
        object-position: top 0% left 50%;
    }
}

@media (max-width: 750px) {
    .c-bnrs__content {
        max-width: 100%;
    }
}

#testimonials .b-reference__content p {
    margin-bottom: 0.5em;
}

@media (max-width: 750px) {
    .c-bnrs__content {
        max-width: 100%;
    }
}