/* key stuff */

.container {
    width: 100%;
    float: left;
    border: 1px solid orange;
}

.your-centered-div {
    max-width: 560px; /* you have to have a size or this method doesn't work */
    max-height: 315px;
    margin-right: auto;
    margin-left: auto;
}