.product{
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    overflow-y: auto;
}
.product .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.product > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    font-family: Arial;
    color: black;
    display: inline-block;
    height: auto;
    max-width: 1200px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    /*width: 60%;*/
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
body .product {
    z-index: 9999;
    background-color: #000;
    opacity: .90;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.popup {
    cursor: pointer;
}
@media (min-width: 482px) {
    .product-title {
        margin-right: 150px;
    }
}
@media (min-width: 522px) {
    .product-title {
        margin-right: 190px;
    }
}
@media (min-width: 605px) {
    .product-title {
        margin-right: 250px;
    }
}
@media (min-width: 700px) {
    .product-title {
        margin-right: 300px;
    }
}
@media (min-width: 820px) {
    .product-title {
        margin-right: 400px;
    }
}
@media (min-width: 962px) {
    .product-title {
        margin-right: 500px;
    }
}