.news {

}

.news_tile {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news_img {
    width: 100%;
    height: auto;
}

.news_title_inside {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,47,97,0.9);
    width: 100%;
}

.news_title_bottom {
    background: rgba(0,47,97,1);
    width: 100%;
    position: relative;
    top: -5px;
    z-index: 2;
}

.news_title {
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    margin: 7px 7px 14px 7px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.15;
}

.news_title_inside .news_title, .news_title_bottom .news_title {
    margin: 0;
    padding: 14px;
    color: white;
}

.news_title a {
    color: #002F61;
}

.news_title_inside .news_title a, .news_title_bottom .news_title a {
    color: white;
}

.news_1 .news_title {
    font-size: 2.4rem;
    line-height: 1.4;
}

.news_2 .news_title {
    font-size: 1.8rem;
    max-height: 62px;
    overflow: hidden;
}

.video {

}

.news:hover img {
    opacity: 0.9;
}
.news:hover .news_title_inside {
    background: rgba(0,47,97,1);
}

.video:hover img {
    opacity: 0.9;
}

.video .video_title {
    font-size: 1.4rem;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    height: 70px;
    overflow: hidden;
    color: #002F61;
    line-height: 1.8rem;
    margin-top: 7px;
    font-weight: 700;
}

.video .video_title a {

}

article img {
    max-width: 100% !important;
    height: auto !important;
}