.product-gallery-img:hover { cursor: pointer; }
.product-gallery-descriptor { text-align: center; }
.product-gallery-descriptor h3 {
color: #ed1c24;
font-size: 1.5em;
text-align: center;
line-height: 1.2em;
padding: 0 0 10px 0;
margin: 0;
}
.product-gallery-descriptor p {
display: none;
color: #000000;
line-height: 1.4em;
padding-bottom: 5px;
padding:  0 0 10px 0;
margin: 0;
}
.product-gallery-descriptor h4 {
display: none;
color: #000000;
font-size: 1.5em;
font-weight: 600;
padding: 0;
margin: 0;
}
.productWindow {
position: absolute;
width: 40%;
max-width: 600px;
border: solid black 1px;
background-color: #ffffff;
color: #000000;
z-index: 1000; padding: 15px;
text-align: center;
}
.productWindowAnimate { -webkit-transition: all 2s;
-moz-transition:    all 2s;
transition:         all 2s;
height: 0px;
width: 0px;
}
.animateIn {
width: 40%;
height: auto;
}
.productWindow img { padding: 35px 5px 5px 5px; width: 100%; height: auto; }
.productWindow h3  { padding: 10px 0 5px 0; font-size: 20px; color: #ed1c24; }
.productWindow p   { font-size: 16px; line-height: 1.6em; }
.productWindow h4  { padding: 10px 0 5px 0; font-size: 20px; font-weight: 600; }
#close-icon        { padding: 0px; position: absolute; width: 30px; height: auto; top: 5px; right: 5px;} @media only screen and (max-width: 768px) and (max-height: 1024px) {
.productWindow { top: 60px; left: 10px; width: 75%; }
}
@media only screen and (max-width: 736px) and (max-height: 414px) {
.productWindow { top: 60px; left: 10px; width: 50%; max-width: 400px; }
}
@media only screen and (max-width: 414px) and (max-height: 736px) {
.productWindow { top: 60px; left: 10px; width: 95%; }
}