#bateau-gallery .bateau-gallery-item {
	padding: 0 4px;
	position: relative;
	max-height: 200px;
	overflow: hidden;
	width: 276px;
}



#bateau-gallery img {
	width: 123%;
	/* margin: 0 10px; */
}

.slick-arrow {
	display: none !important;
}

.bg-image{
	background-size: 100%;
	width: 100%;
}

.bg-image img{
	width: 100%;
}

@media (max-width: 576px) {
	.bg-image img{
		padding: 0px 15px;
	}
}


/*
.fancybox-content{
	transform: translate(450px, 175px) scale(1, 1);
    opacity: 1;
    width: 518px;
    height: 438px;
}
*/