/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
  .container {
    width: 99%;
  }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
      .col-md-offset-half {
        margin-left: 12.5%
      }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }