.relative {
    position: relative;
}

. honningtyper_div {
    position: relative;
    overflow: hidden;
}

.honningtyper_bilder {
    position: relative;
    text-align: center;
}

.honningtyper_glass_bakgrunn {
    position: relative;
    width: 80%;
    display: inline-block;
}

.honningtyper_glass img {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 48%;
}

.honningtyper_glass_lyng {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 46%;
}

.bee_hp_1 {
    position: absolute;
    top: -10rem;
    left: -2rem;
    overflow: hidden;
}

.bee_hp_2 {
    position: absolute;
    bottom: -12rem;
    right: -2rem;
    transform: scaleX(-1);
    overflow: hidden;
}

.flex_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--wp--preset--spacing--40);
}

.maxWidth400 img {
    max-width: 100%;
}
.post-grid article div a {
    object-fit: cover;
    
}

.post-grid article div a img {
    width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

@media (max-width: 768px) {
    .bee_hp_1 img,
        .bee_hp_2 img {
            width: 10rem;
            height: auto;
        }

    .flex_box {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .innlegg-fremhevet-bilde {
        width: 100%;
    }

    .flex_box {
        flex-direction: column;
    }

    .honningtyper_div {
        position: relative;
        overflow: hidden !important ;
    }

    .flex_box p {
        text-align: center;
    }

    .bee_hp_1 {
        top: -10%;
        left: -5%;
    }
    .bee_hp_2 {
        position: absolute;
        bottom: -5%;
        right: -5%;
    }
    .bee_hp_1 img, .bee_hp_2 img {
        width: 7rem;
        height: auto;
    }
}