.ephoto-dam-zoom {
cursor: pointer
}
#ephoto-dam-overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 999;
top: 0;
left: 0;
opacity: 0.6;
cursor: pointer
}
#ephoto-dam-wrap {
position: fixed;
left: 50%;
top: 50%;
border: 8px solid #fff;
border-radius: 3px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
z-index:99999
}
#ephoto-dam-wrap img {
width:100%;
height:100%
}
#ephoto-dam-close {
background-image: url(//www.agglo-sudsaintebaume.fr/wp-content/plugins/ephoto-plugin/images/close.png);
width: 30px;
height: 30px;
position:absolute;
right: 0;
margin-top: -22px;
margin-right: -22px;
cursor: pointer
}
.ephoto-dam-block-embed .aligncenter figcaption {
display: table-caption;
caption-side: bottom
}
.ephoto-dam-block-embed iframe {
position: relative !important
}