
.box-contenedor {display:flex;}

.box {
    /*height: 120px;*/
    position: relative;
    display: flex;
    /*align-items: center;*/
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 400px;
}

.media-item{
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.media-item {
margin: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
max-height: 80px;
overflow: hidden;
max-width: 100px;
}

.news-tittle {
    float: left;
    width: 100%;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 84px;
    clear: none;
    max-width: 300px;
    
}

.news-tittle h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #262626;
    font-family: Helvetica;
}

.news-tittle a {
    color: #262626;
    font-family: 'Helvetica condensed';
}

.news-tittle a:hover {
    color: #bb0000;
    -webkit-transition: color .2s;
}


.meta-info {
    float: left;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative;
    color: #bb0000;
    font-weight: 500;
    font-size: 11px;
}

.box-news-tittle {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
    background-color: #fff;
}

.box-news-tittle div:first-child {
    flex-basis: 25%;
}


.box div:first-child {
    flex-basis: 25%;
}

.box-news-tittle div:last-child {
    flex-basis: 75%;
    padding: 0 0.5rem 1.5rem;
}

.box div:last-child {
    flex-basis: 75%;
    padding: 0 0.5rem 1.5rem;
}

.media-item img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.border-1 {
    border-bottom: 1px solid #ddd;
}


@media (max-width: 768px) {

    .box-contenedor {
        flex-direction:column;}
    .box-container {
        max-width: 90%;
    }
    .box {
        /*height: 120px;*/
        margin-bottom: 10px;
        padding-bottom: 1px;
        padding-top: 1px;
        margin-top: 10px;
    }
    .box div:first-child {
        flex-basis: 25%;
    }
    .box div:last-child {
        flex-basis: 70%;
    }
   
    .meta-info {
        float: left;
        margin-bottom: 3px;
        text-transform: uppercase;
        position: relative;
    }
    .news-tittle {
        float: left;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        max-width: 340px;
    }
    .news-tittle h3 {
        line-height: 20x;
        font-size: 16px;
        font-weight: 500;
    }
 
    .meta-info {
        float: left;
        margin-bottom: 3px;
        text-transform: uppercase;
        position: relative;
        color: #bb0000;
        font-weight: 500;
        font-size: 11px;
    }
    .media-item-news {
        
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		max-height: 80px;
		overflow: hidden;
		max-width: 90px;
}
    }
}