#news-content-div {
    padding-top: 1%;
}

#news-content {
	text-align: center;
}

.newswrapper {
    float: none;
    display: inline-block;
    margin-bottom: 3%;
    position: relative;
    margin-left: 3%;
    padding: 0px;
}

.newstext {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/news_background.png);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    /*opacity: 0.7;*/
    visibility: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.newswrapper img {
    margin-bottom: 0px ;
}

.newswrapper:hover .newstext {
	visibility: visible;
}

@media (max-width: 767px) {
    .newswrapper {
        margin-left: 0px;
    }

    .second-ul li:nth-child(4) {
        border-bottom: none !important;
    }
}


