.widget-gallery-slider{
	overflow:hidden;
}
.slider-for img,
.slider-for div {
	height:90vh;
	width:100vw;
	object-fit: cover;
}
.slider-nav{
	margin:-120px auto 0px;
	max-width:1000px;
	/* width:100%; */
	background:#fff;
	padding:0 8px;
}
.slider-nav img {
	object-fit: cover;
	object-position: center;
	width: 195px;
	height: 140px;
}
.slick-slide video {
	height: 100vh;
    width: 177.77777778vh !important;
    min-width: 100%;
    min-height: 56.25vw; 
}
.slick-list{
	background: #fff;
}
.slider-nav .item {
	background: #fff;
	padding:15px;
}

.slider-for .slick-next,
.slider-for .slick-prev {
	top:initial;
	bottom:50px;
}
.slider-for .slick-next.slick-arrow {
	right:60px;
	width:50px;
	height:50px;
}
.slider-for .slick-prev.slick-arrow {
	left:60px;
	width:50px;
	height:50px;
	z-index: 2;
}
.slider-for .slick-prev::before, .slider-for .slick-next::before {
	font-size:30px;
}
.slider-for .slick-dots {
	bottom: 20px;
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1020px){
	.slider-for img {
		height:600px;
	}
}

@media all and (max-width: 768px){
	
}