body {
    padding:0;
    margin:0;
}

#lightbox img {
	border-radius: 10px 10px 0px 0px;
}

.box-pop {	
	padding: 10px 10px 30px 10px; 
}

#lb-wrapper {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#lightbox {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 15px 34px rgba(0, 0, 0, 0.6);
display: none;
height: auto;
left: 50%;
margin-left: -263px;
margin-top: 0px;
padding: 0px;
position: fixed;
top: 10%;
width: 530px;
z-index: 9999999;
}

#lightbox h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 20px;
}

#lightbox p {
	padding: 0px 10px 0px;
    margin: 0px;
    line-height: 28px;
}

#close-lb {
    background-color: #316284;
    border-radius: 35px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.51);
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 9px 15px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
	z-index: 1;
}




/* Large desktop */
 @media only screen and (max-width: 1200px) {	

}


/* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 992px) {
	 
}


/* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 768px) {	

	 #lightbox {
		 margin-left: -229px;
		 margin-top: 0px;
		 width: 460px;
	 }
	 
}


  /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 480px) {	

	#lightbox {
    margin-left: -159px;
    margin-top: 0px;
    width: 320px;
}
	 
}


    /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 320px) {	
	 
	 #lightbox {
		 margin-left: -119px;
margin-top: 0px;
width: 240px;
	 }
}