@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
    
}

@media screen and (max-width:768px) {
    .middle-logo h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:575px) {
	.middle-logo img {
		max-width: 100%;
	}
	.middle-logo h1 {
		font-size: 25px;
		letter-spacing: 1px;
	}
	.middle-logo img{
		margin:0px;
	}
}

@media screen and (max-width:479px) {
	
}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {
    
}