
@media (min-width: 2560px) and (max-width: 2880px) {
	.footer {
	  	width: 1200px;
	}
	.footer img{
		width:100%;
	}
	
}
@media (min-width: 1920px) and (max-width: 2559px) {
	.footer {
	  	width: 1200px;
	}
	.footer img{
		width:100%;
	}
}
@media (min-width: 1366px) and (max-width: 1919px) {
	.footer {
	  	width: 1200px;
	}
	.footer img{
		width:100%;
	}
	
}
@media (min-width: 1025px) and (max-width: 1365px) {

	.footer {
	  	width: 900px;
	}
	.footer img{
		width:100%;
	}
	
}
@media (min-width : 768px) and (max-width : 1024px){
	.footer {
	  	width: 100%;
	}
	.footer img{
		width:100%;
	}
}
@media (min-width : 320px) and (max-width : 768px){
	.footer {
	  	width: 100%;
	}
	.footer img{
		width:100%;
	}
}
@media (min-width : 668px) and (max-width : 768px){
	.footer {
	  	width: 100%;
	}
	.footer img{
		width:100%;
	}
}