
.container {
  margin: 0 auto;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  .container { 
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .container { 
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container { 
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container { 
    width: 1128px;
  }
}




