.share-list {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	
	right: 3rem;
	bottom: 3rem;
}

.share-detail {
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.container .share-detail {
	right: 10%;
	top: 1rem;
}

.slider-list .share-detail {
	right: 10%;
	bottom: 5rem;
}

/* breakpoint definition - tablet */
@media (max-width: 1007px) and (min-width: 600px) { 
	.share-detail {
		right: 5% !important;
	}

	.container .share-detail {
		top: 0.5rem;
	}
}

/* breakpoint definition - mobile */
@media (max-width: 599px) {
	.slider-list .share-detail {
		right: 5%;
		bottom: 3rem;
	}

	.container .share-detail {
		right: 5%;
		top: 0rem;
	}
}

/* breakpoint definition - mobile extra small */
@media (max-width: 360px) {
	.share-detail {
		right: 2% !important;
	}
}

/*
.fun-single .share,
.fun-slide .share {
	top: auto;
	right: 2rem;
	bottom: 1.5rem;
}
*/
