.dnxte_coverflowslider_child .img-fluid {
	border: 0 solid #333;
}

.dnxte-coverflow-image-link {
	display: inline-block;
}

.dnxte_coverflowslider_child img {
	width: 100%;
	height: auto;
}

.dnxte-coverflow-overlay-color, .dnxte-coverflow-overlay-color-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 9999;
	-webkit-transition: .3s;
	transition: .3s;
}

.dnxte-coverflow-overlay-color-hover {
	opacity: 0;
}

.dnxte-coverflow-image-container:hover .dnxte-coverflow-overlay-color-hover {
	opacity: 1;
	background: 0 0;
}

.dnxte-coverflow-image-container {
	position: relative;
	width: 100%;
}

.dnxte-coverflow-button-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.coverflowslider_button_alignment_left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dnxte-coverflow-button {
	font-size: 14px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 9999;
}

.dnxte-coverflow-button:hover {
	background-color: rgba(0, 0, 0, .05);
	border: 2px solid transparent;
}