/* Termbox banner iframes — responsive layout */
.contentCelebsBody2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
}

.contentCelebsBody2 iframe {
    flex: 1 1 30%;
    margin: 10px;
    max-width: 300px;
}

/* Sidebar banners */
.kod_sidebar iframe {
    display: block;
    margin-bottom: 15px;
}

.kod_sidebar iframe:last-child {
    margin-bottom: 0;
}

/* Outstream video centering */
#bcov_tool {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .contentCelebsBody2 {
        justify-content: center;
    }
    .contentCelebsBody2 iframe {
        margin: 10px 0;
        flex: 1 1 45%;
        max-width: 100%;
    }
    .banner-rotation {
        display: none;
    }
}

@media (max-width: 480px) {
    .contentCelebsBody2 {
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .contentCelebsBody2 iframe {
        margin-bottom: 10px;
        margin-right: 0;
        flex: 0 0 auto;
    }
}
