@media (min-width: 768px) {

    /*******************************************/
    /* Inhalts-Bilder
    /*******************************************/

    .fr-dii.fr-fil {
        float: left;
        margin: 0 20px 0 0;
    }

    .fr-dii.fr-fir {
        float: right;
        margin: 0 0 0 20px;
    }

    .banner.banner-mobile,
    .banner.banner-desktop {
        display: none;
    }

    .banner.banner-tablet {
        display: block;
    }

    .grid-item:has(div.video-teaser) {

    }

    .manufacturer-facts {
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        flex-wrap: nowrap;
    }
    .manufacturer-facts .image-wrap {
        width: calc(33.33% - 30px);
        margin-bottom: 0;
        margin-right: auto;
    }
    .manufacturer-facts .image-wrap a {
        width: 100%;
    }
    .manufacturer-facts .image-wrap a img {
        display: block;
        width: 100%;
    }
    .manufacturer-facts .text-wrap {
        width: 66.66%;
        margin-top: 8px;
    }

}