

#content-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.column{
	width: 600px;
	padding: 10px;

}

#featured{
	max-width: 600px;
	max-height: 600px;
	cursor: pointer;
	border: 2px solid rgb(209, 207, 207);
}

.thumbnail{
	object-fit: cover;
	max-width: 130px;
	min-height: 100px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	background-image: linear-gradient(to right, #9585c0 , #3e375a);

}

.thumbnail:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{
	margin-top: 30px;
	max-width: 500px;
	display: flex;
	min-height: 100px;
	align-items: center;
}

#slider{
	margin-left: 20px;
	max-width: 440px;
	display: flex;
	flex-wrap: nowrap;
	/* overflow-x: auto; */

}

#slider::-webkit-scrollbar {
		width: 8px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
  background-color: #dede2e;
  outline: 1px solid slategrey;
   border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
}

.arrow:hover{
	opacity: .5;
	width: 35px;
	height: 35px;
}

#img-container{
	z-index: 1;
	max-width: 500px;
	position: relative;
}

#lens{
	z-index: 2;
	position: absolute;
border-radius: 50%;
	height: 0px;
	width: 0px;
	border:1px solid #fff;
	background-repeat: no-repeat;
	cursor: none;

}

/* IMAGE ZOOM CSS Start */



/* IMAGE ZOOM CSS END */

