.more_fhoto_detail {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 30px;
}
.img-container {
	width: 570px;
	height: 500px;
}
.more_fhoto_detail img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	vertical-align: middle;
	display: block;
	margin-top: 30px;
	padding: 0 5px;
}
.more_fhoto_detail .nbs-flexisel-container {
	width: 100%;
}
.more_fhoto_detail .nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
	text-align: center;
	list-style: none;
}
.more_fhoto_detail .nbs-flexisel-wrapper {
    position: relative;
    overflow: hidden;
   	width: 100%;
}
.more_fhoto_detail .nbs-flexisel-inner {
    margin: 0 auto;
    height: 600px;
}
.more_fhoto_detail .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: 0; 
}
.more_fhoto_detail .nbs-flexisel-nav-left-wrapper { 
    left: 0;
}
.more_fhoto_detail .nbs-flexisel-nav-right-wrapper {
    right: 0;
}
.more_fhoto_detail .nbs-flexisel-nav-left, 
.more_fhoto_detail .nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;  
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);     
    color: #00aeaf;  
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 28px;
}
.more_fhoto_detail .nbs-flexisel-nav-left {
	text-align: left;
} 
.more_fhoto_detail .nbs-flexisel-nav-right {
	text-align: right;
}	
.more_fhoto_detail .nbs-flexisel-nav-left.disabled, 
.more_fhoto_detail .nbs-flexisel-nav-right.disabled {
    opacity: 1;
}
.more_fhoto_detail .nbs-flexisel-nav-left {
    left: 0;
}
.more_fhoto_detail .nbs-flexisel-nav-left:before {
    content: "\f053";
}
.more_fhoto_detail .nbs-flexisel-nav-right {
    right: 0;
}
.more_fhoto_detail .nbs-flexisel-nav-right:before {
    content: "\f054";
}
@media (min-width: 1200px) and (max-width: 1559px) {
	.img-container {
		width: 423.75px;
		height: 400px;
	}
	.more_fhoto_detail .nbs-flexisel-inner {
	    height: 450px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.img-container {
		width: 470px;
		height: 500px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.img-container {
		width: 360px;
		height: 400px;
	}
	.more_fhoto_detail .nbs-flexisel-inner {
	    height: 450px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.img-container {
		width: 420px;
	}
}
@media (min-width: 0) and (max-width: 767px) {
	.more_fhoto_detail {
		border-top: none;
		border-bottom: none;
	}
	.more_fhoto_detail .nbs-flexisel-inner {
    	width: 100%;
    }
	.img-container {
		margin: 0 auto;
	}
	.more_fhoto_detail .nbs-flexisel-nav-left, 
	.more_fhoto_detail .nbs-flexisel-nav-right { 
		display: none;
	}
}
@media (min-width: 0) and (max-width: 479px) {
	.more_fhoto_detail .nbs-flexisel-inner {
	    height: 400px;
	}
	.img-container {
		width: 260px;
		height: 300px;
	}
}