.rennab-bottom
{
    position: relative;
    min-width: 1018px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.rennab-bottom iframe {
    height: 400px;
    width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

.branding__container:has(.object-show-phone-modal-app) + .rennab-bottom {
    max-width: 1250px;
}

.rennab-bottom__image-container {
    max-width: 100%;
    height: 400px;
    min-height: 150px;
    overflow: hidden;
}

.rennab-bottom__image-viewport {
    display: flex;
    justify-content: center;
    width: 100%;
    height: inherit;
    padding-bottom: 6px;
}

.rennab-bottom__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rennab-bottom-v1 {

}

.rennab-bottom-v2 {
    margin-bottom: 20px;
}

.rennab-bottom-v2__viewport {
    max-width: 1228px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

.rennab-bottom-v2__iframe {
    display: block;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rennab-bottom-v2__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.rennab-bottom-v2__link {

}

.rennab-bottom-v2__declaration {

}

@media (max-width: 1279px)
{
    .rennab-bottom
    {
        max-width: 100%;
        min-width: 0;
        height: auto;
    }
}

@media (max-width: 799px) {
    .rennab-bottom-v2__viewport {
        max-width: 767px;
        height: 250px;
    }
}

@media (max-width: 782px)
{
    .rennab-bottom__image
    {
        object-fit: contain;
        object-position: center top;
        transform: scale(2.25);
        transform-origin: center top;
    }
}

@media (max-width: 667px) {
    .rennab-bottom__image-container {
        height: 315px;
    }
}

@media (max-width: 567px) {
    .rennab-bottom iframe {
        height: 220px;
    }

    .rennab-bottom__image-container {
        height: 265px;
    }
}

@media (max-width: 420px) {
    .rennab-bottom iframe {
        height: 165px;
    }

    .rennab-bottom__image-container {
        height: 210px;
    }
}

@media (max-width: 367px) {
    .rennab-bottom iframe {
        height: 150px;
    }

    .rennab-bottom__image-container {
        height: 175px;
    }
}


