/*
    ================================================
    CSS MOBILE
    ================================================
*/






@media screen and (max-width: 1600px) {



}




@media screen and (max-width: 1400px) {



}



@media screen and (max-width: 1200px) {


	.SidebarCategoria img {
		width: 10%;
	}

	.SidebarCategoria {
		min-height: 29px;
	}






}



@media screen and (max-width: 992px) {


	.TitoloSidebar {
		font-size: 1.2em !important;
		line-height: 1em !important;
	}

	.SidebarCategoria p {
		font-size: 1em !important;
	}

	.SidebarCategoria img {
		width: 11.6%;
	}

	.ImgPodcast {
		min-height: 160px;
		max-height: 160px;
	}

	.ImgVideo {
		min-height: 160px;
		max-height: 160px;
	}

	.Articolo img {
		height: 160px;
	}

	.Necrologi .FotoNecro {
		min-height: 100px;
		max-height: 100px;
		width: 50%;
	}

	.Necrologi h4 {
		margin-top: 0.5em;
		text-align: left;
		font-size: 1.2em;
	}

	.ContImgPodcast .IconaPodcast {
		bottom: 0.2em;
		right: 0.2em;
	}

	.ContentPodcast .TitoloSidebar {
		font-size: 1em !important;
		max-width: 155px;
	}

	.SidebarCategoria {
		min-height: 25px;
	}




}



@media screen and (max-width: 768px) {


	.SidebarCategoria img {
		width: 4.9%;
	}
	
	.ImgVideo {
		min-height: 250px;
		max-height: 250px;
	}

	.ImgPodcast {
		min-height: 250px;
		max-height: 250px;
	}

	.ContentPodcast .TitoloSidebar {
		max-width: unset;
	}


	.Sidebar {
		border-left: none;
	}


	/* SIDEBAR INTERNA */

	.ImgPiuLetti {
		min-height: 250px;
    	max-height: 250px;
	}

	.PiuLettiSidebar {
		margin: 1em 0 !important;
	}

	.ArticoliPiuLetti a {
		margin-bottom: 1em;
	}

	.ImgConsigliati {
		min-height: 150px;
		max-height: 150px;
	}





	

}



@media screen and (max-width: 576px) {


	.ImgConsigliati {
		min-height: 200px;
		max-height: 200px;
	}


	
}



@media screen and (max-width: 450px) {





}












































































