

.photo-gallery { position: relative; margin-bottom: 0.77em; height: 560px; z-index: 1; }
.photo-gallery .photo-gallery-zoom { -webkit-transform: translate3d(0,0,0); position: absolute; width: 38px; height: 38px; border-radius: 2px; background: url(/assets/images/icons/resize_white.svg) no-repeat center center rgba(0, 0, 0, 0.3); cursor: pointer; background-size: 60%; z-index: 2; -webkit-transition: 300ms; -moz-transition: 300ms; -ms-transition: 300ms; -o-transition: 300ms; transition: 300ms; top: 5px; left: 5px; }
html.desktop  .photo-gallery .photo-gallery-zoom:hover { background-color: rgba(0, 0, 0, 0.6); }
.photo-gallery .total { position: absolute; display: inline-block; border-radius: 0 0 0 3px; background: rgba(0, 0, 0, 0.5); top: 0; right: 0; margin-left: 0; z-index: 2; color: #ededed; padding: 5px 10px; font-weight: bold; display: block;  }

.photo-gallery .photo-content { position: relative; width: 100%; height: 100%; z-index: 1; display: block; }
.photo-gallery .photo-content img {   }

.photo-gallery .left, .photo-gallery .right {
	-webkit-transform: translate3d(0,0,0);
	background: rgba(0, 0, 0, 0.3) url(/assets/images/arrow-left.png) no-repeat 7px center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 40px;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: 300ms; -moz-transition: 300ms; -ms-transition: 300ms; -o-transition: 300ms; transition: 300ms; 
	border-radius: 0 30px 30px 0;
	display: block;
}

.photo-gallery .right { background-image: url(/assets/images/arrow-right.png); background-position: 15px center; left: auto; right: 0px; border-radius: 30px 0 0 30px;  }
html.desktop .photo-gallery .right:hover, html.desktop  .photo-gallery .left:hover { background-color: rgba(0, 0, 0, 0.6); }

html.desktop .photo-gallery .right, html.desktop  .photo-gallery .left, html.desktop  .photo-gallery .photo-gallery-zoom { opacity: 0; }
html.desktop .photo-gallery:hover .right, html.desktop  .photo-gallery:hover .left, html.desktop  .photo-gallery:hover .photo-gallery-zoom { opacity: 1; }

.photo-gallery .photo-gallery-item { text-align: center; height: 100%;  }
.photo-gallery .photo-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-gallery .photo-content > .photo-gallery-item { display: none; }
.photo-gallery .photo-content > .photo-gallery-item:first-child { display: block; }
.photo-gallery .photo-gallery-item-more {
	position: relative; 
}
.photo-gallery .photo-gallery-item-more a { text-decoration: none; display: block; width: 100%; height: 100%;  color: white; background-color: rgba(0,0,0,0.4); -webkit-transition: 300ms; -moz-transition: 300ms; -ms-transition: 300ms; -o-transition: 300ms; transition: 300ms;  position: absolute; top: 0; left: 0;  }
html.desktop .photo-gallery .photo-gallery-item-more a:hover { background-color: rgba(0,0,0,0.6); }
.photo-gallery .photo-gallery-item-more a span { height: 1em; top: 50%; width: 100%; display: block; text-align: center; margin-top: -0.5em; line-height: 1; position: absolute; font-size: 4em; }

.photo-gallery .photo-gallery-item .title { position: absolute; width: 100%; bottom: 0px; left: 0; overflow: hidden; text-align: center;  }
.photo-gallery .photo-gallery-item .title div { display: inline-block; padding:  5px 10px; background: rgba(0, 0, 0, 0.5); max-width: 100%; box-sizing: border-box;  font-size: 1em; color: white; font-weight: bold; text-align: left; border-radius: 4px 4px 0 0; }
  
.section-promo .promo-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

