@media (min-width: 1200px) {
  .sizefix-logo {
	width: 256px !important;
	height: 32px !important;
	margin-top: -4px !important;
  }
}
@media (min-width: 994px) and (max-width: 1199px) {
  .sizefix-logo {
	width: 162px !important;
	height: 24px !important;
	margin-top: -4px !important;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  .sizefix-logo {
	width: 162px !important;
	height: 24px !important;
	margin-top: 6px !important;
  }
}
@media (min-width: 348px) and (max-width: 991px) {
  .sizefix-logo {
	width: 256px !important;
	height: 32px !important;
	margin-top: -6px !important;
  }
}
@media (min-width: 288px) and (max-width: 347px) {
  .sizefix-logo {
	width: 196px !important;
	height: 24px !important;
  }
}
@media (max-width: 287px) {
  .sizefix-logo {
	width: 164px !important;
	height: 24px !important;
	margin-top: -4px !important;
  }
}
@media (min-width: 288px) and (max-width: 346px) {
  .sizefix-logo-footer {
	width: 196px !important;
	height: 32px !important;
  }
}
@media (max-width: 286px) {
  .sizefix-logo-footer {
	width: 164px !important;
	height: 24px !important;
  }
}
