.favicon_github {
	width: 40px;
	height: 40px;
	display: inline-block;
	/*padding: 10px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #FFDF00;
	border-radius: 0px;
	border: 2px solid #fff;
	/**/
	/*	width: 50px;
	height: 50px;
	margin: 0px;*/
}

/*.item img {
	width: 100% !important;
	height: 100% !important;
}*/

@media only screen and (min-width: 399px) {
	/**/
	.item img {
		width: 100% !important;
		height: 50px!important;
	}
	#carousel {
		height: 50px!important;
	}
}

@media only screen and (min-width: 400px) {
	/**/
	.item img {
		width: 100% !important;
		height: 250px!important;
	}
	#carousel {
		height: 250px!important;
	}
}

@media only screen and (min-width: 600px) {
	/**/
	.item img {
		width: 100% !important;
		height: 300px !important;
	}
	#carousel {
		height: 300px!important;
	}
}

@media only screen and (min-width: 768px) {
	.item img {
		width: 100% !important;
		height: 500px !important;
	}
	#carousel {
		height: 500px!important;
	}
}

/*.carousel, .carousel-inner, .carousel-inner .item {
	height: auto !important;
}*/
