.bds-banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    display: block;
}

/* Aspect Ratios & Max Widths */
.bds-type-full_1,
.bds-type-full_2,
.bds-type-full_3,
.bds-type-full_single {
    padding-bottom: 16.216%; /* 180 / 1110 * 100 */
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.bds-type-box {
    padding-bottom: 100%; /* 800 / 800 * 100 */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bds-type-slider {
    padding-bottom: 60.81%; /* 225 / 370 * 100 */
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.bds-banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display state is handled inline by PHP and JS */
}

/* Helper to ensure images behave */
.bds-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}

.bds-banner-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: none;
}
