

.et-banner-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.et-banner-zone img,
.et-banner-zone picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.et-banner-zone picture img { max-width: 100%; display: block; margin: 0 auto; }


.et-banner-980x90 {
    padding: 25px 0;
    border-top: 1px solid var(--et-border);
    border-bottom: 1px solid var(--et-border);
}


.et-banner-300x600 {
    min-height: 600px;
    width: 100%;
}


.et-banner-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 2px dashed #c0c0c0;
    color: #999;
    font-size:14px;
    font-style: italic;
    background: #f8f8f8;
    letter-spacing: 0.5px;
    padding: 10px;
    text-align: center;
}


.et-banner-rotator {
    width: 100%;
}
.et-banner-slide {
    display: none;
}
.et-banner-slide.active {
    display: block;
    animation: et-banner-fadein 0.5s ease;
}
@keyframes et-banner-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.et-banner-rotator img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.et-banner-smart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.et-banner-smart-slot {
    width: 100%;
    text-align: center;
}
.et-banner-smart-slot img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.et-banner-lateral-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 0;
    min-height: unset;
}


@media (max-width: 767px) {
    
    .et-banner-980x90 {
        max-height: none;   
        padding: 15px 0;
    }
    .et-banner-300x600 { min-height: 250px; }
}


.et-banner-rotator picture,
.et-banner-rotator picture img,
.et-banner-smart-slot picture,
.et-banner-smart-slot picture img { width: auto; max-width: 100%; display: block; margin: 0 auto; }
