.ad-container {
    max-width: 100%;
    margin: 20px 0;
    text-align: center;
}

.ad-container img {
    max-width: 100%;
    height: auto;
}

/* Style for Google Ads */
.ad-container ins {
    display: block;
    margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 768px) {
    .ad-container {
        margin: 15px 0;
    }
}

/* ---- */

#lff_top_banner img {
    width: 100%;
}

#lff_top_banner .lff_top_banner_large img {
    max-width: 1200px;
    max-height: 280px;
}

#lff_top_banner .lff_top_banner_small img {
    max-width: 800px !important;
    max-height: 200px;
}


@media only screen and (min-width: 1024px) {
    #lff_top_banner .lff_top_banner_large {
        display: block;
    }

    #lff_top_banner .lff_top_banner_small {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    #lff_top_banner .lff_top_banner_large {
        display: none;
    }

    #lff_top_banner .lff_top_banner_small {
        display: block;
    }
}