.news .content-img {
    height: 813px;
}
.news img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.news video {
    width: 100%;
    height: 100%;
}
@media (max-width: 1400px) { 
    .news .content-img {
        height: 613px;
    }
}
@media (max-width: 768px) { 
    .news .content-img {
        height: 413px;
    }
}
@media (max-width: 576px) { 
    .news .content-img {
        height: 250px;
    }
}