/* =============================================================================
   IslandWide Ads — Public Stylesheet
   ============================================================================= */

.iwads-slot {
    display: block;
    overflow: hidden;
    line-height: 0; /* Remove unwanted whitespace under inline images */
}

.iwads-slot a.iwads-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.iwads-slot img {
    display: block;
    width: 100%;
    height: 100%;
}

/* --- Image fit modes --- */

.iwads-fit-contain img {
    object-fit: contain;
}

.iwads-fit-cover img {
    object-fit: cover;
}

.iwads-fit-fill img {
    object-fit: fill;
}

.iwads-fit-auto img {
    object-fit: scale-down;
}
