
.news-section {
    margin-bottom: 90px;
}

.news-section table {
    width: 100%;
}

.news-section th {
    font-weight: normal;
    color: #004AB0;
    padding: 3px 15px 3px 0;
    width: 1em;
    white-space: nowrap;
}

.news-section td {
    padding: 3px 0;
}

.news-section td a {
    text-decoration: none;
    color: #333333;
}

.news-section td a:hover {
    color: #004AB0;
    text-decoration: underline;
}

.news-section td .more {
    color: #004AB0;
    font-weight: bold;
}


.media-list ul {
    width: 975px;
}

.media-list li {
    width: 180px;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
}

.media-list li.clear {
    clear: both;
}

.media-list .photo {
    width: 180px;
    height: 110px;
    margin-bottom: 5px;
}

.media-list .date {
    font-weight: bold;
    color: #0024B0;
}

.media-list h2 {
    font-weight: normal;
}

.media-list h2 a {
    color: #333333;
    text-decoration: none;
}

.media-list li.act {
}

.media-list li.act .date,
.media-list li.act h2 a {
    color: #FE090B;
}

.media-list .photo {
    position: relative;
}
@media screen and (min-width:769px){
    .media-list li p.photo:before, .news-section li p.photo:after {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }

    .media-list li p.photo:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(259, 9, 11, 0.7);
    }

    .media-list li > p.photo:after {
        content: 'READ MORE';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-family: "Bell Gothic Std", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        transform: translateY(-50%);
    }

    .media-list li > p.youtube-thumbnail:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 26px;
        transform: translate(-50% -50%);
        margin-left: -8px;
        background: url('../../common/img/icons/playback@2x.png');
        background-size: 100% 100%;
    }

    .media-list li p.photo:hover:after, .news-section li p.photo:hover:before {
        visibility: visible;
        opacity: 1;
    }
}
