.cm-ads-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border-style: solid;
    border-width: 1px 0 1px 0;
}
.cm-ads-container * {
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.cm-ads-container .cm-ads-span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: italic;
    z-index: 2;
    padding: 0.3rem;
}
.cm-ads-container .cm-ads-creative {
    flex: 1;
    background-size: cover;
    background-position: center;
}
.cm-ads-container .cm-ads-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.cm-ads-fluid {
    min-width: 250px;
    min-height: 50px;
}

.cm-ads-light {
    border-color: #ccc;
}
.cm-ads-light .cm-ads-span {
    background-color: white;
    color: #ccc;
}

.cm-ads-dark {
    border-color: #ccc;
}
.cm-ads-dark .cm-ads-span {
    background-color: #2f2f2f;
    color: #ccc;
}

.cm-ads-medium-rectangle {
    height: 250px;
    width: 300px;
}

.cm-ads-large-mobile-banner {
    height: 100px;
    width: 320px;
}

.cm-ads-mobile-leaderboard {
    height: 50px;
    width: 320px;
}

.cm-ads-leaderboard {
    height: 90px;
    width: 728px;
}

.cm-ads-half-page {
    width: 300px;
    height: 600px;
}

.cm-ads-netboard {
    height: 400px;
    width: 580px;
}

.cm-ads-panorama {
    height: 120px;
    width: 980px;
}

.cm-ads-top-banner {
    height: 180px;
    width: 930px;
}


.cm-ads-billboard {
    height: 100px;
    width: 388px;
}

@media screen and (min-width: 960px) {
    .cm-ads-billboard {
        height: 250px;
        width: 970px;
    }
}
