

@charset "utf-8";
/* CSS Document */
.b-morephoto_popup{
	height: auto;
	width: 100%;
	display: block;
	margin: 10px 0;
}
.b-morephoto_popup:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.b-morephoto_popup {
	display: inline-block;
}
html[xmlns] .b-morephoto_popup {
	display: block;
}
* html .b-morephoto_popup {
	height: 1%;
}

.b-morephoto_popup__img-container{
	margin-top:1px; margin-bottom: 1px; 
	float: left;
}
.b-morephoto_popup__img{
	border: none !important;
	padding: 0;
	margin: 0;
	webkit-filter: brightness(100%);
    filter: brightness(100%);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.b-morephoto_popup__img:hover{
	webkit-filter: brightness(75%);
    filter: brightness(75%);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.b-morephoto_popup__item-title{
	word-break: break-all;
	width: 100%
	font-size:13px;
	height: 18px;
	color: #333;
	overflow: hidden;
}

	@media (min-width: 0px) and (max-width: 767px) {
	.xs-160px{
		height: 160px !important;
	}
	.xs-160px .b-morephoto_popup__img{
		height: 160px !important;
	}
}