.main-img-wrap{position: relative; height: 100%;}

.swiper-image {
	width: auto;
	max-width:100%;
	height:550px !important;
	max-height:550px !important;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}

.swiper-slide-image {
	text-align: center !important;
	
	background: #fff;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	
	background-size: cover !important;
	background-position: center !important;
}

.swiper-large-image {
	height: 100%;
	width:100%;
	/*border:1px solid #E9E9E9;*/
}

.swiper-thumb-image {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	
	height:100px !important;
	max-height:100px !important;
}

.swiper-thumb-image .swiper-slide-image {
	width:100px;
	height: 100%;
	opacity: 0.6;
	border:1px solid #E9E9E9;
}

.swiper-thumb-image .swiper-slide-thumb-active {opacity: 1;}

.swiper-slide-image img, .swiper-slide-image a img {
	display: block !important;
	width:auto !important;
	height:auto !important;
	max-width:90% !important;
	max-height:90% !important;

	/*object-fit: cover;*/
}

.swiper-large-image .swiper-wrapper .swiper-slide-image img{border-radius:5px;}

.swiper-button-next-image,
.swiper-button-prev-image {
	opacity:0;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	-ms-transition: all .3s ease-in-out; 
	transition:all .3s ease-in-out;
}

.swiper-large-image:hover .swiper-button-next-image,
.swiper-large-image:hover .swiper-button-prev-image {
	opacity:0.6; /* or flex, inline-block */
}

.swiper-button-prev-image, .swiper-button-next-image {
	width:40px; 
	height:40px; 
	border-radius:2px; 
	background-color:#000;
}

.swiper-button-prev-image:after{ content: "\f104"; font-family: 'FontAwesome'; font-size:30px; line-height:30px; color:#FFFFFF;}
.swiper-button-next-image:after{ content: "\f105"; font-family: 'FontAwesome'; font-size:30px; line-height:30px; color:#FFFFFF;}
.swiper-button-prev-image:hover, .swiper-button-next-image:hover{opacity:1 !important;}
