
.dnxte_thumbs_gallery_child .img-fluid {
	position: relative;
	z-index: 2;
	border-width: 0;
	border-style: solid;
	border-color: #333;
}

.dnxte_thumbs_gallery_content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 2;
}

.dnxte_button_wrapper > a {
	display: inline-block;
	margin-top: 10px;
}

.dnxte-button {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
	display: inline-block;
}

.dnxte-button:after, .dnxte-button:before {
	font-size: 20px;
	content: attr(data-icon);
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	font-family: ETmodules;
}

.dnxte-button:hover {
	border: 2px solid transparent;
	background-color: rgba(0, 0, 0, .05);
}

.dnxte-button:hover:after {
	left: auto;
	margin-left: .3em;
	opacity: 1;
}

.dnxte-button:hover:before {
	opacity: 1;
	right: auto;
	margin-left: -1.3em;
}

.dnxte_thumbs_gallery_content {
	padding-top: 60px;
}
