/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Oct, 2020, 4:08:34 PM
    Author     : Procom
*/

@media (max-width:921px){
    
    .dip-videos-header.container .dip-videos-sec.blog li {
    width: 50%;
    }
}
@media (max-width:576px){
    
    .dip-videos-header.container .dip-videos-sec.blog li {
    width: 100%;
    }
}