.floating-news {
    position: absolute !important;
    z-index: 999;
    top: 250px;
}

.floating-news h5 {
    display: none;
}

@media (max-width: 1000px) {
    .floating-news {
        position: static !important;
    }
}