.ele-lightbox-image-wrapper { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.ele-lightbox-image-wrapper { width: 100%; text-align: center; z-index: 6050; position: fixed; top: 50%; left: 0; }
.ele-lightbox-image { padding: 0; border: solid 10px #fff; background-color: #fff; text-align: left; top: 0; max-height: 90% !important; max-width: 86% !important; overflow: hidden; display: inline-block; }
.ele-lightbox-image img { max-height: 90% !important; max-width: 100%; margin-bottom: 10px; }
.ele-lightbox-image h3, .ele-lightbox-image p { display: inline-block; margin: 0 0 10px 0; }
.ele-lightbox-image h3 { margin-right: 10px; }
.ele-lightbox-control { width: 98%; position: fixed; z-index: 6150; left: 1%; top: 45%; }
.ele-lightbox-next, .ele-lightbox-prev { width: 50px; height: 50px; background-color: #fff; font-size: 25px; color: #000; line-height: 50px; text-align: center; font-weight: bold; position: absolute; text-decoration: none; border: solid 1px #000; font-family: Arial, Helvetica, sans-serif; }
.ele-lightbox-next:after, .ele-lightbox-prev:after {content:"\f101"; font-family:FontAwesome; font-size:24px; color:#000;}
.ele-lightbox-next:hover, .ele-lightbox-prev:hover { background-color:#cacaca;}
.ele-lightbox-next { right: 0; top: 0; }
.ele-lightbox-prev { left: 0; top: 0; transform:rotate(180deg); -webkit-transform:rotate(180deg); }
.ele-close-it {z-index:6100; right:10px; top:10px; position:fixed; width:40px; line-height:40px; background-color:#f00; color:#fff; text-decoration:none; text-align:center;display:none;}
.ele-close-it:after { content:"\f00d"; font-family:FontAwesome; font-size:16px;}
 @media screen and (max-width:1000px) {
.ele-lightbox-control { bottom: 60px; top: auto; }
.ele-lightbox-image h3 { display: block; margin-bottom: 0; }
}
