#fw-feed-items .fw-feed-item {
    padding: 0;
}
.fw-feed-item-image-module {
    margin: 0!important;
}


.fw-feed-item-title {
    margin-top: 10px;

    line-height: 1.2!important;
}

.fw-feed-title {
    padding: 15px 0 !important;
    margin: 0 !important;

    animation: animatedBackground 20s linear infinite;
    text-align: center;

    background: url(https://sisanjuan2-imagenysistemas.netdna-ssl.com/widget/borde-colores.svg) top repeat-x;
}
.fw-feed-title a {
    display: block;
    width: 300px;
    height: 48px;
    margin: 0 auto;

    text-indent: -999999px;

    background: url(https://sisanjuan2-imagenysistemas.netdna-ssl.com/widget/coronavirus_logo_ccsj_xss.png) no-repeat;
}

.fw-feed-item-content-module {
    padding: 0 10px;
    margin: 0;
}

.fw-iframe {
    margin-bottom: 0!important;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
