.futurepast-scale,.dublePhotoGrandScale.fullMode{
	width: 100%;
	margin: 0px;
	float:none;
	clear:both;
}

.dublePhotoGrandScale.half {
	width: 50%;
}

.dublePhotoGrandScale.quote {
	width: 25%;
}

.futurepast-scale {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}
.dublePhotoGrandScale {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 15px;
}
.futurepast-futureImage {
	width: 100%;
	position: relative;
	z-index: 10;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.futurepast-pastImage {
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
}
.futurepast-scale .drubBotButt {
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0px;
	background: #FFF;
	z-index: 11;
	opacity: 0.4;
}

.drubBotButt:after {
	content: '';
	width: 34px;
	height: 40px;
	position: absolute;
	left: 100%;
	margin-left: 0;
	top: 50%;
	margin-top: -20px;
	background-image: url('/images/doublephoto/arrows.png');
	background-position: -40px 0px;
	background-repeat: no-repeat;
}

.drubBotButt:before {
	content: '';
	width: 34px;
	height: 40px;
	position: absolute;
	right: 100%;
	margin-right: 0;
	top: 50%;
	margin-top: -20px;
	background-image: url('/images/doublephoto/arrows.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.futurepast-scale:hover .drubBotButt {
	opacity: 1;
}

.futurepast-scale .scale {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 15;
	cursor: pointer;
}

.futurepast-scale.animateActive .drubBotButt {
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.futurepast-scale.animateActive .futurepast-futureImage {
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.futurepast-scale .futurepast-futureImage img, .futurepast-scale .futurepast-pastImage img{
display: block !important;
max-width: initial;
}
.dublePhotoGrandScale .b-gallery-widget-item__title:hover{
	text-decoration: none !important;
}
@media screen and (max-width: 767px){
	.futurepast-scale,.dublePhotoGrandScale{
	width: 100% !important;
	}
}

.dublePhotoGrandScale .b-gallery-widget-item__text{
	padding: 20px;
}

.dublePhotoGrandScale .b-gallery-widget-item__text .copyright_gallery {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #717171 !important;
    margin-bottom: 15px;
}

.dublePhotoGrandScale .b-gallery-widget-item__text .title_gallery .b-gallery-widget-item__title {
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000 !important;	
}