#newsimg-container{
    height: 200px;
}
#eventimg{
    height: 210px;
}


/****** RESPONSIVE ******/

@media (max-width: 991px) {
    #newsimg-container{
        height: 220px;
    }
    
}
