/* Europeans TODAY advert inventory and placement system */
.et-ad-slot[hidden] {
    display: none !important;
}

.et-ad-slot {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    text-align: center;
}

.et-ad-slot__inner {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}

.et-ad-slot__link {
    display: block;
    max-width: 100%;
    line-height: 0;
}

.et-ad-slot__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.et-ad-slot--hometop {
    padding: 20px 20px 30px;
    background: #f0f0f0;
}

.et-ad-slot--hometop .et-ad-slot__image {
    max-height: 160px;
}

.et-ad-slot--ad3 {
    max-width: 100%;
    margin: 20px 0 30px;
    padding: 0;
}

.et-ad-slot--article-inline {
    max-width: 767px;
    width: calc(100% - 80px);
    margin: 20px auto 30px;
}

.et-ad-slot--footer {
    padding: 20px 20px 30px;
}

@media (max-width: 550px) {
    .et-ad-slot--hometop {
        padding: 20px 10px 30px;
    }

    .et-ad-slot--ad3 {
        margin: 20px 0 30px;
        padding: 0;
    }

    .et-ad-slot--article-inline {
        width: calc(100% - 40px);
        margin: 20px auto 30px;
    }
}
