.demo-gallery {
    width: 100%;
    height: auto;
    float: left;
}

.demo-gallery__img--main {
    width: auto !important;
    height: auto;
}
.demo-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
	margin: 0;
    width: auto;
    line-height: 0;
}

.pswp-img {
	border-color: #fff !important;
	border-style: solid !important;
	border-width: 3px 3px 0 3px !important;
    width: auto;
    max-width: 230px;
    height: auto;
    border: 0;
	min-width:233px;
}

.pswp-row {
    max-width: 940px;
    margin: 0px auto;
    padding: 0px 0px 0px 1px;
    position: relative;
}

.demo-gallery figure {
    display: none;
}

.pswp-img-main{
min-width: 468px;
    margin-left: 1px;
    max-width: 50%;
border: solid 0px #fff !important;

}

/*
ANCIENNE CONFIGURATION
.demo-gallery {
    width: 100%;
    height: auto;
    float: left;
}

.demo-gallery__img--main {
    width: auto !important;
    height: auto;
}
.demo-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
	margin: 0;
    width: auto;
    line-height: 0;
}

.pswp-img {
    width: auto;
    max-width: 282px;
    height: auto;
    border: 0;
	min-width:282px;
}

.pswp-row {
    max-width: 940px;
    margin: 24px auto;
    padding: 0;
    position: relative;
}

.demo-gallery figure {
    display: none;
}

.pswp-img-main{
min-width:374px;
max-width:374px;
}*/


/* ------------------------- THUMBNAIL --------------------------- */
div.photoSwipe_innerthumbs{position: fixed; bottom: 0; width: 100%; text-align: center;z-index: 1000000;}
div.photoSwipe_innerthumbs img{max-width: 100px; cursor: pointer;}
.svifaded{opacity: 0.5;}