.AlignLightBoxSliderContainer {
	max-width: 100% !important;
	padding-bottom: 48px;
}

.alignLightBoxSlider {
	width: 100%;
	max-height: 100%;
/* 	overflow: hidden; */
}

.CustomCaptionContainer a{
	text-decoration:underline !important;
	outline:none !important;
}

.alignLightBoxSlider a {
	display: block;
	position: relative;
	height: 100%;
}

.alignLightBoxSlider img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #000;
    aspect-ratio: 16/9;
}

.alignLightBoxSlider,
.alignLightthumbSlider {
	max-width: 864px;
	width: 100%;
	margin: 0 auto
}
.containerAlignLightBox .caption a{color:#FFF;}
.containerAlignLightBox .caption a
{
	text-decoration: none;
	display: inline-block !important;
}

.alignLightBoxSlider a{
	display:grid;
}

.alignLightBoxSlider .caption {
	background-color: #1c1c1c;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    padding: 22px 20px;
    position: relative;
    width: 100%;
}

.alignLightBoxSlider .caption p {
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	max-width: 100%;
	text-align: center;
}

.alignLightSlider {
	margin-top: 10px;
}

.swiper-slide {
	width: 314px;
	height: 176px;
	overflow: hidden;
	background-color: #000
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .3s;
}

.swiper-slide img:hover {
	transform: scale(1.05);
}

.arrowBtn {
	width: 77px;
	height: 77px;
	background-color: #ffffff45;
	border-radius: 99px;
	top: 40%
}

.arrowBtn::after,
.arrowBtn::before {
	width: 13px;
	height: 26px;
	font-size: 25px;
	color: #c1c1c1
}

.with-fancybox .CustomWrapper img {
	display: block;
}

.with-fancybox .CustomCaptionContainer {
	text-align: center;
	background-color: #1c1c1c;
	width: 100%;
	padding: 22px 20px;
	color: #FFF;
}

.with-fancybox .CustomCaptionContainer p {
	margin: 0;
	font-size: 16px;
}

.thumb-video {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.thumb-video img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.video-play-btn::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 12px;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent white;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb{
	background-size:contain;
}


.alignLightBoxSlider{
	background-color:#000
}

.thumb-video video{
	height: 100%;
    object-fit: contain;
    width: 100%;
}