/* Add here all your CSS customizations */


@media screen and (max-width: 1350px){   
    #main-img{      
        content:url("../images/logo-white.png");
		max-width:262px;
		max-height:35px;
    } 
}

@media (min-width: 1350px){      
      #main-img{        
          content:url("../images/logo_doly.png");  
      } 
}


.rsshabardiv {
	height: 400px !important;
	overflow: hidden;
	/*background-color: white !important;*/
	
	/*
	display: flex;
	justify-content: center;
    align-items: center;
	*/
	
	/*background: rgba(76, 175, 80, 0.1) !important;  
	*/
	background: white !important;  
	
}

.rsshabarspan {
	max-height: 400px !important;
	min-height: 400px !important;
	/*background-color: white !important;*/
	/*display: flex;
	justify-content: center;
    align-items: center;
	*/
	
	/*background: rgba(76, 175, 80, 0.1) !important;  
	*/
	background: white !important;
}
.rsshabarimg {
	
	 
    /*
	min-width: 100%;
    min-height: 100%
	object-fit: cover;
	*/
	max-height: 400px !important;
	min-height: 400px !important;

	
	/*
	max-width: 100%;
    max-height: 100%;
	object-fit: contain;*/
	overflow: hidden;
	
	background: rgba(76, 175, 80, 0.1) !important;  
}
