.foogallery-attachments-list .attachment .attachment-preview a.captions {
	left: 5px;
	bottom: 5px;
	cursor: pointer;
}

.caption-modal {
	position: fixed;
	top: 25%;
	left: 30%;
	right: 30%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 40px;
	overflow-x: hidden;
}

.caption-modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 20px;
}