.article-share a:has(.fa-twitter-square) i {
    display: none;
}

.article-share a:has(.fa-twitter-square) {
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 18.5px;
    vertical-align: text-bottom;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cg%3E%3Cpolygon points='119.4,137.2 300,373.3 327.7,373.3 149.2,137.2' fill='%23adb5bd'/%3E%3Cpath d='M400,32H48C21.5,32,0,53.5,0,80v352c0,26.5,21.5,48,48,48h352c26.5,0,48-21.5,48-48V80C448,53.5,426.5,32,400,32z M286.3,403.1l-78.7-102.9l-90,102.9h-50l116.7-133.3l-123-160.9h103l71.1,94l82.3-94h49.9L258.5,233.5l128.3,169.6H286.3z' fill='%23adb5bd'/%3E%3C/g%3E%3C/svg%3E");
}

.article-share a:has(.fa-twitter-square):hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cg%3E%3Cpolygon points='119.4,137.2 300,373.3 327.7,373.3 149.2,137.2' fill='%23000000'/%3E%3Cpath d='M400,32H48C21.5,32,0,53.5,0,80v352c0,26.5,21.5,48,48,48h352c26.5,0,48-21.5,48-48V80C448,53.5,426.5,32,400,32z M286.3,403.1l-78.7-102.9l-90,102.9h-50l116.7-133.3l-123-160.9h103l71.1,94l82.3-94h49.9L258.5,233.5l128.3,169.6H286.3z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (max-width: 1366px) and (min-width: 1200px)  {
    .sponsors-items-widget.landscape .sponsors-static-list-item {
        width: 100%;
        height: auto;
    }
    .sponsors-items-widget.landscape .sponsors-static-list-item img {
        max-width: 100%;
        max-height: 100%;
    }
}