/* Large desktop :1170px. */
@media (min-width: 1170px) and (max-width: 1919px) {
    
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

.brand-name{
	text-align:center;
}	
.brand-name a img{
	width:50%;
	margin:0 auto;
}

    
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  
}
/* small mobile :320px. */
@media (max-width: 767px) {
	

}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.brand-name{
	text-align:center;
}
.brand-name a img{
	width:50%;
	margin:0 auto;
}

}