
 .slider {
	 width: calc( ((100% - 1300px)/2) + 1300px );
	 margin-left: calc( (100% - 1300px)/2) ;
	 display: flex;
	 height: 50vh;
	 max-height: auto;
	 overflow-y: visible;
	 overflow-x: scroll !important;
	 padding:0px;
	 padding-bottom: 80px;
	 transform: scroll(calc(var(--i,0)/var(--n)*-100%));
	 scroll-behavior: smooth;
	 
}
 .slider::-webkit-scrollbar {
	 height: 5px;
	 width: 150px;
	 display: none;
}
 .slider::-webkit-scrollbar-track {
	 background: transparent;
}
 .slider::-webkit-scrollbar-thumb {
	 background: #888;
}
 .slider::-webkit-scrollbar-thumb:hover {
	 background: #555;
}
 .slider img:hover {
	 transform: scale(1.05)X;
	 box-shadowX: 10px 10px 10px rgba(0,0,0,0.15);
}
 .sliding {

	 position: relative;
	 margin-right: 80px;
	 
}
 .sliding img {
	 height: 100%;
	 width: 320px;
	 
	 object-fit: cover;
	 border-radius: 0;
	 cursor: pointer;
	 transition: .25s ease-in-out;
	 
}
 .control-prev-btn {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 background-color: rgba(255,255,255,0.55);
	 height: 100px;
	 line-height: 100px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #888;
	 user-select: none;
	 color: #444;
	 cursor: pointer;
}
 .control-next-btn {
	 position: absolute;
	 top: 50%;
	 right: 0;
	 background-color: rgba(255,255,255,0.55);
	 height: 100px;
	 line-height: 100px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #888;
	 user-select: none;
	 color: #444;
	 cursor: pointer;
}
.sliding img.zoomed{
	  width: 500pxX;
    height: 600pxX;
    position: fixed;
    left: 25%;
    top: 0%;
    z-index: 1000;
		transform: scale(1) translatey(0) !important; 
	
}
.textual{
	position: absolute;
	z-index: 9999;
	bottom: -80px;
	
}

.navigation {
	position: absolute!important;
	display: block;
	height: 50vh;
	width: 80px;
}
.navigation.right {
	right: 0;
	left: auto;
	background-color: white;
	background-image: url(../img/core/go-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	
}
.navigation.left {
	left: 0;
	right: auto;
	background-color: white;
	background-image: url(../img/core/go-left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}


.overlay{
		position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.45);
    top: 0;
		display: none;
}
.overlay.active{
	display: block;
}


@media only screen and (max-width: 1700px) { 
	 .slider {
		 width: calc( ((100% - 1050px)/2) + 1050px );
		 margin-left: calc( (100% - 1050px)/2) ;
		 height: 50vh;
	}
	.navigation {
		height: 50vh;
		width: 80px;
	}
}


@media only screen and (max-width: 1400px) { 
	 .slider {
		 width: calc( ((100% - 1050px)/2) + 1050px );
		 margin-left: calc( (100% - 1050px)/2) ;
		 height: 60vh;
	}
	.navigation {
		height: 60vh;
		width: 80px;
	}
}


@media only screen and (max-width: 1200px) { 
	 .slider {
		 width: calc(100% - 100px);
		 margin-left: 50px;
		 height: 60vh;
	}
	.navigation {
		height: 60vh;
		width: 50px;
	}
	.navigation.right {
		background-size: 25px;

	}
	.navigation.left {
		background-size: 25px;
	}
}

@media only screen and (max-width:800px) {
}


@media only screen and (max-width: 480px) {
}
	
	
	
	
	
	
	
	