@media screen and (min-width: 1400px) {
  .container {max-width: 90.8%;}
}

@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
  html {font-size: 62.5%;}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 479px) {}


@media only screen and (min-height: 280px) and (max-height: 500px) {}

/*  Responsive
  ------------------
      M-W    Check
      1399   1200
      1199   992
      991    768
      767    576
      575    480
      479    375
      374    320 
*/