@media only screen and (min-width: 769px){
.xg_mulimg>div>div{display: none;}
#zoom .close{background: url("../image/CgAGe2DBwWmAYM8DAAAF1XmUtrk015.png") no-repeat;
width: 29px;height: 26px;top:10px;right: 10px;
}
.gallery>li{
	margin-bottom: 20px;
    margin-right: 23px;
    padding-left: 0px;
    padding-right: 0px;
        float: left;
    min-width: 362px;
    max-width: 362px;
    max-height: 250px;
    min-height: 250px;
}
#zoom .close:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom .previous:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom .next:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom{z-index: 100000 !important;}
#zoom .content {
    border-radius: 5px !important;
    padding: 10px !important;
    box-sizing: content-box;
}
}
@media only screen and (max-width: 769px){
.xg_mulimg>div>div{display: none;}
#zoom .close{background: url("../image/CgAGe2DBwWmAYM8DAAAF1XmUtrk015.png") no-repeat;
width: 29px;height: 26px;top:10px;right: 10px;
}
.gallery>li{
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
#zoom .close:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom .previous:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom .next:hover{background-color:inherit !important;opacity: 0.7; outline: none;}
#zoom{z-index: 100000 !important;}
}