
.content-wrapper{

	justify-content: center;
	align-items: top;
	height:475px;
	margin: 0 auto;
	object-fit: cover;
}

.column{

	padding: 10px;

}

.img-responsive {
		  max-width: 100%;
		  max-height: 500px;
		  object-fit: cover;
		  margin: 0 auto;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider-img-responsive {
		  max-width: 100%;
		  max-height: 400px;
		  object-fit: cover;
		  margin: 0 auto;
		  border-top: solid 4px #754dbf;
		  border-bottom: solid 4px #754dbf;
}
		
/*
#featured{
	max-width: 500px;
	max-height: 600px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid black;

}
*/

	@media only screen and (max-width: 762px) {

		.content-wrapper{
			max-height:450px; 
			margin: 0 auto;
			object-fit: cover;
		}
			
	}


.thumbnail{
	object-fit: cover;
	max-width: 140px;
	max-height: 70px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 2px solid black;

}

.thumbnail:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{

	max-width: 100%;
	/* position: absolute; */
	bottom: 5px;
	display: flex; 
	min-height: 100px;
	align-items: center;
}

#slider{
	max-width: 90%;
	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;
}
