.carousel-holder {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0 !important;
	background: #363636 !important;
}

.carousel.slide, .carousel-inner {
    height: 100vh;
}

.slide-image {
	padding: auto;
	margin: 0 auto !important;
	display: block;
 	width: auto !important;
	height: 100vh !important;
}

#banners, #banner-celeb, .carousel-inner, .carousel-item, #carCol {
	margin: 0 !important;
	padding: 0 !important;
}

.carousel-item {
	background-color: #363636 !important;
	width: 100%;
}

.closeBtn {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 40px;
	right: 200px;
	cursor: pointer;
	background: #000;
	opacity: 0.3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 0;
	z-index: 1000;
}

.closeBtn:hover {
    color: #fff;
}

.closeBtn i {
    margin: auto;
}

.carousel-control {
    position: absolute;
    height: 100vh;
    width: 15%;
    top: 0;
    bottom: 0;
}

.carousel-control.left {
    left: 0;
}

.carousel-control.right {
    right: 0;
}

.carousel-control i {
    line-height: 100vh;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}