.img-responsive{
    max-width: 100%;
    height: auto;
}
.news{
    background-color: #174b85;
}
.news img{
	height:110%;
    transition: transform 0.3s;
}
.news:hover img{
    transform: scale(1.1);
}
.news .news-img{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.news-content{
    font-family: 'Roboto', sans-serif;
}
.news .news-body{
    background-image: linear-gradient(to bottom, rgba(48, 48, 48,0) 10%, rgba(48, 48, 48,0.7)90%);
}

@media only screen and (max-width: 600px) {
    .news-content iframe{
        max-width: 100%;
        /* height: auto; */
    }
}