/* 
---------------------------------------------------------------------------- */
.xet_content_gallery .thumbnail:before {
    content: "\e980";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
    opacity: 0;
    font-family: 'xeicon';
    font-size: 4rem;
	color: #fff;
	transition: .5s;
}

.xet_content_gallery>ul {
	position:relative;
	list-style: none;
	padding: 0;
}
.xet_content_gallery>ul>li {
	overflow: hidden;
	font-size: .9rem;
}

.xet_content_gallery>ul>li>div {
	margin-bottom: 5px;
}

.xet_content_gallery>ul>li>div>div {padding-bottom: 3rem;}

.xet_content_gallery>ul>li>div>div:hover .thumbnail:before {
    margin-top: 0;
    opacity: .8;
}

.xet_content_gallery>ul>li>div>div:hover .thumbnail img {
    opacity: .7;
	transform: scale( 1.03 );
}

.xet_content_gallery>ul>li .thumbnail {
    position: relative;
    background-color: var(--duna-gray-dark);
    width: 100%;
    overflow: hidden;
}

.xet_content_gallery>ul>li .thumbnail img {
	width: 100%;
	transition: .5s;
	overflow: hidden;
}

.xet_content_gallery>ul>li .info {
    margin-left: 1rem;
}

.xet_content_gallery>ul>li .info .titleWrp {
    margin-top: 1rem;
}

.xet_content_gallery>ul>li span {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.xet_content_gallery>ul>li span a {
	text-transform: uppercase;
}

/* desktop
---------------------------------------------------------------------------- */
@media (min-width: 992px) {	
	.xet_content_gallery>ul {
	}
	.xet_content_gallery>ul>li {
	}
}