@media screen and (max-width: 720px) {
    .news_banner{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner1.jpg);
        min-height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .news_banner .container h1{
        font-family: 'teko';
        color: #fff;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 3px 10px 0px 10px;
        border-left: 5px solid #b70f0a;
        position: absolute;
        top: 40%;
        left: 15%;
        background-color: black;
    }
}
@media screen and (min-width: 720px) {
    .news_banner{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner1.jpg);
        min-height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .news_banner .container h1{
        font-family: 'teko';
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 3px 10px 0px 10px;
        border-left: 5px solid #b70f0a;
        position: absolute;
        top: 40%;
        left: 15%;
        background-color: black;
    }
}
.newsheader{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/background.png);
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsheader .row{
    margin:0%;
    padding: 0%;
}

