@media (min-width:767px) {
.news-grid {
    min-height: 300px;
}
}
@media (max-width:767px) {
.otherClips .otherClipsContent {
    width: 33% !important;
}
}
.container-topleft img {
    width: 100%;
}