#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
    width: 30vw;
    height: auto;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
#magestore-bannerslider-popup img {
   width: 100% !important;
   height: auto !important;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}

@media (max-width: 801px) {
   #magestore-bannerslider-popup {
      width: 90% !important;    
   }
}