.kheema-index-index .padding-s {
    padding: 0;
}

.pop-image-container {
    border-radius: 10px;
    width: 1030px;
    margin: 30px auto;
}

.pop-image-container .img_responsive {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.pop-image-container .product-image-overlay {
    position:fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    z-index: 1000;
    display: none;
}

.pop-image-container .product-image-overlay .product-image-overlay-close {
    display: block;
    position: absolute;
    top: -2px;
    right: -3px;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    border: transparent;
    line-height: 35px;
    font-size: 20px;
    color: black;
    text-align: center;
    cursor: pointer;
}

.pop-image-container .product-image-overlay div {
    width: 600px;
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pop-image-container .mutton-kheema {
    display: block;
    position: absolute;
    /*background: pink;*/
    width: 15.3%;
    top: 19.2%;
    height: 1.1%;
    right: 19.3%;
}

.pop-image-container .mutton-buy {
    display: block;
    position: absolute;
    /*background: pink;*/
    width: 11.3%;
    top: 19.2%;
    height: 1.1%;
    right: 7.3%;
}
    
.pop-image-container .chicken-kheema {
    display: block;
    position: absolute;
    /*background: yellow;*/
    width: 15.3%;
    top: 30.8%;
    height: 1.1%;
    right: 20.2%;
}

.pop-image-container .chicken-buy {
    display: block;
    position: absolute;
    /*background: yellow;*/
    width: 11.3%;
    top: 30.8%;
    height: 1.1%;
    right: 8.3%;
}

.pop-image-container .pulao-kheema {
    display: block;
    position: absolute;
    /*background: cyan;*/
    width: 19.3%;
    top: 55.4%;
    height: 1.1%;
    right: 21.2%;
}

.pop-image-container .rolls-kheema {
    display: block;
    position: absolute;
    /*background: brown;*/
    width: 19.3%;
    top: 69.8%;
    height: 1.1%;
    left: 18.2%;
}

.pop-image-container .ques-kheema {
    display: block;
    position: absolute;
    /*background: black;*/
    width: 19%;
    top: 77.3%;
    height: 1.1%;
    right: 28%;
}

.pop-image-container .dosa-kheema {
    display: block;
    position: absolute;
    /*background: red;*/
    width: 19%;
    top: 84.2%;
    height: 1.1%;
    left: 29%;
}

.pop-image-container .samosa-kheema {
    display: block;
    position: absolute;
    /*background: green;*/
    width: 19%;
    top: 95.2%;
    height: 1.1%;
    left: 23.6%;
}

.pop-image-container .kheema {
    cursor: pointer;
}

.pop-image-container {
   position: relative;
}

