.logo-icon{
    color: white;    
}

 /* Sticky ad column */
 .sticky-ad {
    position: sticky;
    top: 0;
}

/* Ad box styles */
.ad-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    /* edit */
    max-width: 100%;
    height: auto;
    display: block;
}

.ad-img{
    max-height: 100px;
}
