/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .wedding-list-bought {
    margin-bottom: 10px;
 }
 .wedding-list-image-continer {
     text-align: center;
 }
 .wedding-list-image {
     width: 100%;
     height: auto;
 }