.ssec_slider_juxtapose {
	max-width: 100%;
	position: relative;
	border: solid 1px #555;
}

#ssec_slider_juxtapose_overlay {
	z-index: 8888;
	box-sizing: border-box;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ssec_slider_juxtapose_fullscreen {
	z-index: 999999999;
}

#ssec_slider_juxtapose_fullscreen, #ssec_slider_juxtapose_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ssec_slider_juxtapose_loading {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 12em;
}

/*-- FULL SCREEN BUTTON: BEGIN ---*/
.ssec_slider_juxtapose_fullscreen_button {
	z-index: 101;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 4px;
	background-color: black;
	border-radius: 0;
	border-top-left-radius: 5px;
	border: solid 1px #333;
	border-bottom: none;
	border-right: none;
}

.fullscreen-icon {
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.fullscreen-icon svg {
	height: 100%;
	display: block;
	outline: 0 !important;
	fill: white;
	-webkit-tap-highlight-color: transparent;
}

/*-- FULL SCREEN BUTTON: END ---*/

/*-- CLOSE BUTTON: BEGIN --*/
#ssec_slider_juxtapose_close_button {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-in 0s;
	border-radius: 50%;
	background-clip: padding-box;
	padding: 0;
	border: medium none;
	background-color: #666;
	width: 26px;
	height: 26px;
}

#ssec_slider_juxtapose_close_button:hover {
	background-color: white;
}

/*-- CLOSE BUTTON: END --*/

