.newsbox {
	position: absolute;
	width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.8);
    color: #fff;
	padding: 50px;
	text-align: center;
	z-index: 9999;
	}

.newsbox a,
.newsbox a:hover {
	text-decoration: none;
	}

.news-close {
    font-weight: 800; 
    color: #fff; 
    font-size: 30px; 
    position: absolute; 
    top: 20px; 
    right: 20%;
    }
    @media (max-width: 991px) {
        .news-close {
            right: 2.5%;
            }
        }

.news-image img{
   	max-height: 60vh;
    margin: 0 auto;
    }
    @media (max-width: 991px) {
        .news-image img {
            max-width: 90vw;
            }
        }