.img-responsive{}

#bg_popup1 {
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;}


#popup1{
background: #fff;
max-width: 600px;
margin: 10% auto;
padding: 30px 0px 0px 0px;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;}