.product_instructions {
    width: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #444;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.product_image_container {
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}

.product_image_thumb {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

    .product_image_thumb a {
        font-size: 1.5rem;
        line-height: 3.0rem;
        text-decoration: none;
        color: #fff;
    }

        .product_image_thumb a:hover {
            color: #ccc;
        }

        .product_image_thumb a img {
            width: 300px;
            height: 300px;
            border: 0px;
        }

            .product_image_thumb a img:hover {
                width: 300px;
                height: 300px;
                border: 0px;
            }


.product p {
    margin: 8px auto 0 2px;
}
