.logos {
	text-align:center;
	margin:30px auto;
	height:64px;
}

.logos img {
	max-height:100%;
}

@media screen and (max-width:1000px){

}
@media screen and (max-width:900px){
	.logos {
		height:40px
	}

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}
