#custom-leeu-news .news-header-container {
    position: absolute;
}

#custom-leeu-news .news-header {
    position: absolute !important;
    font-size: 150px !important;
    opacity: 0.25 !important;
    margin-top: -50px !important;
    margin-left: 0px  !important;

}

#custom-leeu-news .news-item-link {
    box-shadow: none !important;
    border: 1px solid #97999B25 !important;
}

#custom-leeu-news .news-item-link:hover {
    background-color: #f2f2f2 !important;
}

#custom-leeu-news .featured-news-image-container {
    position: relative;
}

#custom-leeu-news .featured-news-link {
    box-shadow: none !important;
    border: 1px solid #97999B25 !important;
}

#custom-leeu-news .featured-news-link:hover {
    background-color: #f2f2f2 !important;
}

#custom-leeu-news .featured-news-image {
    transition: all linear 0.2s;
}


#custom-leeu-news .featured-news-link:hover .featured-news-image {
    transform: scale(1.05, 1.05);
}

#custom-leeu-news .featured-news-image-container:before {
    content: 'Top News';
    color: white;
    position: absolute;
    background: #6787B7;
    padding: 6px;
    width: 200px;
    text-align: center;
    transform: rotate(-45deg);
    top: 30px;
    left: -50px;
    box-shadow: 0px 0px 5px #000;
    z-index: 1;
}

/*For mobile*/
@media only screen and (max-width: 1000px) {
    #custom-leeu-news .news-header-container {
        display:none !important;
    }
}