
.widthLogo{
width: 200px;	
}
/*MEDIUM*/
@media only screen and (min-width:64em){
.widthLogo {
	width: 200px;	
}
}

/*SMALL*/
@media only screen and (max-width:47em){
  .widthLogo{
  	 width: 200px;	
  }
	
}

@media only screen and (min-width:75em){
.widthLogo{
	width: 200px;	
}	
	
}

@media only screen and (max-width : 480px) {
   .widthLogo{
  width: 200px;	
  
  }  
}

@media only screen and (max-width : 375px) {
   .widthLogo{
  width: 150px;
  margin-top: 8px;
  
  }  
}