/*

    Date: 2016-04-04
    Modified by: Phil Pastorek
    Purpose: Adds additional negative whitespace around the product zoom modal image. At the same time, adjusting the
             position of the close button, and footer text for the modal.

*/

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    margin-top: -35px;
}

img.mfp-img {
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
}

.mfp-bottom-bar {
    margin-top: 0px;
}