.cs-webs-footer-banner {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    padding: 0;
    clear: both;
    overflow: hidden;
    line-height: 0;
    background: #000;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.cs-webs-footer-banner a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-decoration: none;
}

.cs-webs-footer-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    object-fit: cover;
}

.cs-webs-footer-banner a:focus-visible {
    outline: 4px solid #39a9ff;
    outline-offset: -4px;
}

@media (max-width: 700px) {
    .cs-webs-footer-banner {
        min-height: 105px;
    }

    .cs-webs-footer-banner img {
        width: 100%;
        height: 105px;
        object-fit: cover;
        object-position: center;
    }
}
