/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #model-product-gallery-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
 }

 #model-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: white;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
 }

 #gallery-model-button {
     z-index: 101;
     position: relative;
     width: 150px;
 }