/* Normalizing */
html {
	overflow: hidden;
}

body {
	margin: 0;
	position: relative;
	overflow: hidden;
}

/* Additional shortcode styling */
.splitpic-horizontal {
	cursor: initial;
}

.splitpic-left-image {
	visibility: hidden;
}

.splitpic-horizontal .splitpic-bar {
	width: 0;
	overflow: visible;
}

.splitpic-bar-inner {
	position: relative;
	left: -27px;
	top: calc( 50% - 27px );
	cursor: ew-resize;
}

.splitpic-bar-inner img {
	height: 54px;
	width: 54px;
}

.splitpic-bar {
	background-color: transparent;
	height: 100%;
}

.splitpic-bar-container {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}