.ads-cadaidea-container,
.ads-home-grid,
.ads-cadaidea-hero {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.ads-home-grid {
    grid-column: 1 / -1;
}

.ads-home-grid iframe,
.ads-home-grid ins {
    margin: auto;
}

.ads-cadaidea-popup {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    background: #fff;
    padding: 10px;
    max-width: 320px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.ads-cadaidea-close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media(max-width:768px) {

    .ads-cadaidea-popup {
        max-width: 220px;
        left: 5px;
    }
}
