
/* Multimedia */

.modal-vdo .article-header h1 { color: #FFF;}

.list-items-news .entry-img {
    background-size: cover;
    background-position: center;
}
.list-items-news .entry-img img.bound { 
    display: block;
    width: 100%;
}

/* RWD */

@media screen and (max-width:767px) {

    .modal-vdo .content-vertical-center { vertical-align: top;}
    .modal-vdo .modal-content { padding-top:40px;}
    
}

