main-content .sponsor-banner-slot {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border: 0;
    outline: 0;
    box-shadow: none;
}

main-content .sponsor-banner-slot > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border: 0;
    outline: 0;
    box-shadow: none;
}

notice-component .post-veronica-title {
    overflow: hidden;
    text-overflow: ellipsis;
}
