/**
 * Works viewer ($works-viewer)
 */
/* Default Color */
.frame-module {
	background: #f3f3f3;
}

#loader {
	margin: 0 auto;
	position: relative;
	width: 100px;
	height: 5em;
	margin-top: 5em;
}

#list-controls {
	margin-left: 1em;
	padding-left: 0px;
	padding-bottom: 0px;
}

.list-item-link {
	text-decoration: none;
}

.list-item-text {
	margin-top: 5px;
}

.works-detail-horizontal {
	padding: 10px;
	background-color: #f3f3f3;
}

.works-detail-horizontal .page-header {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.works-page-nav {
	padding-bottom: 6px;
}

.works-page-nav a {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 4px;
	border-radius: 3px;
	background-color: #dedede;
	text-decoration: none;
}

#works-viewer {
	padding: 20px;
}

#viewer-carousel-main .carousel-image-container {
	min-height: 500px;
}

.carousel-image-container {
	text-align: center;
}

#viewer-carousel-main .carousel-image {
	cursor: zoom-in;
}

#works-viewer .multi-thumbnail {
	cursor: pointer;
}

#works-viewer .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	margin-top: -16px;
	width: 100%;
}

#works-viewer .owl-buttons div {
	position: absolute;
	top: 0;
	width: 25px;
	height: 40px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

#works-viewer .owl-buttons .owl-prev {
	background-image: url("img/robischon-arrow-left.png");
	left: -25px;
	top: -50px;
	background-size: cover;
}

#works-viewer .owl-buttons .owl-next {
	background-image: url("img/robischon-arrow-right.png");
	right: -25px;
	top: -50px;
	background-size: cover;
}

.more-content {
	margin-top: 10px;
}

#viewer-carousel-more {
	padding: 20px;
	max-height: 140px;
}

#viewer-carousel-more .carousel-image {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	text-align: center;
}

#viewer-carousel-more .owl-item {
	cursor: pointer;
	opacity: 1.0;
	text-align: center;
}

#viewer-carousel-more .owl-item img {
	border: 1px solid #f3f3f3;
	max-height: 100px;
	max-width: 100px;
}

#viewer-carousel-more .owl-item.synced {
	opacity: 0.5;
}

#viewer-carousel-more .owl-item.synced img {
	border-color: #fff;
}

#viewer-carousel-more .owl-buttons .owl-prev {
	left: -25px;
	height: 30px;
	top: 0px;
	background-size: contain;
}

#viewer-carousel-more .owl-buttons .owl-next {
	right: -25px;
	height: 30px;
	top: 0px;
	background-size: contain;
}

.viewer-caption {
	text-align: left;
}

.viewer-caption p {
	margin: 0;
}

.viewer-meta {
	margin-top: 10px;
	margin-bottom: 10px;
}

.viewer-count {
	float: right;
	text-align: right;
}

.viewer-buttons .control {
	display: inline-block;
	margin: 0 3px 3px 0;
	width: 28px;
	height: 21px;
}

.viewer-buttons .control:hover {
	background-position: 0 -21px;
}

.viewer-buttons .control-inquire {
	background: url("img/btn_inquire.png") 0 0 no-repeat;
}

.viewer-buttons .control-print {
	background: url("img/btn_print.png") 1px 0 no-repeat;
}

.viewer-buttons .control-play {
	background: url("img/btn_play.png") 0 0 no-repeat;
}

.viewer-buttons .control-pause {
	background: url("img/btn_pause.png") 0 0 no-repeat;
}


.dark-theme .viewer-buttons .control-inquire {
	background: url("img/btn_inquire_light.png") 0 0 no-repeat;
}

.dark-theme .viewer-buttons .control-print {
	background: url("img/btn_print_light.png") 1px 0 no-repeat;
}

.dark-theme .viewer-buttons .control-play {
	background: url("img/btn_play_light.png") 0 0 no-repeat;
}

.dark-theme .viewer-buttons .control-pause {
	background: url("img/btn_pause_light.png") 0 0 no-repeat;
}


.viewer-buttons .control-print:hover {
	background-position: 1px -21px;
}

.viewer-buttons .control-zoom {
	background: url("img/btn_zoom.png") 0 0 no-repeat;
}

.viewer-buttons .control-grid {
	background: url("img/btn_grid_view.png") 1px 0 no-repeat;
}


.dark-theme .viewer-buttons .control-zoom {
	background: url("img/btn_zoom_light.png") 0 0 no-repeat;
}

.dark-theme .viewer-buttons .control-grid {
	background: url("img/btn_grid_view_light.png") 1px 0 no-repeat;
}


.viewer-buttons .control-grid:hover {
	background-position: 1px -21px;
}

.viewer .more-toggle {
	padding: 0 0 0 27px;
	height: 25px;
	margin-left: -7px;
	background: url("img/robischon-small-arrow.png") no-repeat 0 0 transparent;
	cursor: pointer;
	border: 0;
}

.viewer .more-toggle.arrow-down {
	background-position: 0 -23px;
}

.viewer .panel-inquire {
	margin: 20px 0;
	position: relative;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

.viewer .panel-inquire .tip {
	background: #fef5e6;
	border: 1px solid #fad395;
	padding: 10px;
}

.viewer .panel-inquire form {
	max-width: 380px;
}

.viewer .panel-inquire .input-line {
	margin: 10px 0;
}

.viewer .panel-inquire .input-line label {
	font-weight: 700;
}

.viewer .panel-inquire .input-line label,
.viewer .panel-inquire .input-line input,
.viewer .panel-inquire .input-line textarea {
	display: inline-block;
	width: 100%;
}

.viewer .panel-inquire .input-line input,
.viewer .panel-inquire .input-line textarea {
	padding: 4px;
}

.viewer .panel-inquire .input-line p {
	display: inline-block;
}

/**
 * Responsive Recaptcha ($recaptcha)
 */
.recaptcha_widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 300px;
	margin: 0 0 10px
}

#recaptcha_image {
	width: 100% !important;
	height: auto !important
}

#recaptcha_image img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff
}

.recaptcha_is_showing_audio embed {
	height: 0;
	width: 0;
	overflow: hidden
}

.recaptcha_is_showing_audio #recaptcha_image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	background: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 3px solid #FFF
}

.recaptcha_is_showing_audio #recaptcha_image br {
	display: none
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
	display: block
}

.recaptcha_input {
	background: #FEF5E6;
	color: #000;
	font: 13px/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
	margin: 4px 0 0;
	padding: 4px;
	border: 1px solid #FAD395
}

.recaptcha_input label {
	margin: 0 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.recaptcha_input input {
	width: 100%
}

.recaptcha_options {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	height: 18px
}

.recaptcha_options li {
	float: left;
	margin: 0 4px 0 0
}

.recaptcha_options li a {
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-size: 16px;
	color: #FFF;
	display: block;
	width: 20px;
	height: 18px
}

.recaptcha_options li a:active {
	position: relative;
	top: 1px;
	text-shadow: none
}

.captcha_hide {
	display: none
}

.list-item-notrep {
	font-size: .75rem;
}

.work-paypal-btn > input {
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (max-width: 767px) and (orientation: landscape) {

	#works-viewer .owl-buttons .owl-prev {
		width: 20px;
	}

	#works-viewer .owl-buttons .owl-next {
		width: 20px;
	}

	#viewer-carousel-main .carousel-image img {
		height: 100%;
		width: auto;
	}

}

@media (max-width: 768px) {

	#viewer-carousel-main .carousel-image-container {
		height: auto;
		min-height: 150px;
	}

	#viewer-carousel-main .carousel-image img {
		max-height: 350px;
	}

	/*.viewer-multi .owl-item {*/
		/*zoom: .5;*/
	/*}*/

	#works-viewer .owl-buttons .owl-prev {
		left: -30px;
	}

	#works-viewer .owl-buttons .owl-next {
		right: -30px;
	}

	.viewer-caption {
		clear: both;
		float: none;
		width: 100%;
	}

}

@media (min-width: 768px) {

	#works-viewer {
		padding: 30px;
	}

	.more-info {
		margin-left: 32px;
		margin-top: 10px;
	}

	.viewer-more {
		font-size: 14px;
		margin-left: 32px;
		margin-top: 1em;
		margin-bottom: 5px;
	}

	#viewer-carousel-more {
		padding-left: 20px;
	}

	.viewer-actions.wrapper {
		padding-right: 0px;
	}

	.works-detail-horizontal {
		padding: 20px;
	}

	.works-detail-horizontal .page-header {
		float: left;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.works-page-nav {
		float: right;
		padding-bottom: 0;
	}

	.works-page-nav a {
		position: relative;
		top: 1px;
		margin: 0 0 0 4px;
		border-radius: 0;
		background-color: transparent;
	}

	.works-page-nav a.current {
		border-bottom: 0;
		color: #757575;
	}

	.viewer-meta {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.viewer-caption {
		float: left;
		margin-right: 1em;
	}

	.viewer-actions {
		float: right;
	}

	.viewer-count,
	.viewer-buttons {
		text-align: right;
	}

	.viewer-buttons .control {
		margin: 5px 0 3px 3px;
	}

	.viewer .panel-inquire {
		padding: 20px;
	}

	.viewer .panel-inquire .tip {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 200px;
	}

	#viewer-carousel-main .owl-buttons .owl-prev {
		left: -40px;
		margin-left: 2em;
	}

	#viewer-carousel-main .owl-buttons .owl-next {
		right: -40px;
		margin-right: 2em;
	}

}

@media (min-width: 1024px) {

	.works-detail-horizontal .page-header {
		margin-top: 8px;
	}

	.works-page-nav a {
		padding: 8px;
		font-size: 14px;
	}

	.viewer .panel-inquire form {
		max-width: 480px;
	}

}

/* ================================================================== *\
 Lightboxes ($lightboxes)
 \* ================================================================== */
/* Magnific Popup CSS */
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1042;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1043;
	width: 100%;
	height: 100%;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	z-index: 1045;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	top: 50%;
	right: 8px;
	left: 8px;
	z-index: 1044;
	margin-top: -0.8em;
	width: auto;
	color: #cccccc;
	text-align: center;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close
/*,
 button.mfp-arrow*/{
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	outline: none;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 18px 10px;
	width: 40px;
	height: 40px;
	color: white;
	text-align: right;
	text-decoration: none;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	line-height: 40px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-counter {
	float: right;
	width: 15%;
	color: #222;
	line-height: 1.5;
	text-align: right;
}

.mfp-arrow {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	width: 44px;
	height: 20px;
	border: 0;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.mfp-arrow-left {
	background-image: url('img/arrow_left_sm.png');
	left: 0;
}

.mfp-arrow-right {
	background-image: url('img/arrow_right_sm.png');
	right: 0;
}


.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	max-width: 900px;
	width: 100%;
	line-height: 0;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: black;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 100%;
	width: auto;
	height: auto;
	line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	z-index: -1;
	display: block;
	width: auto;
	height: auto;
	background: #444444;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: '';
}

.mfp-figure small {
	display: block;
	color: #bdbdbd;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-figure figcaption {
	position: absolute;
	bottom: 40px;
	left: 0;
	margin: 0;
	padding: 1em;
	width: 100%;
	background-color: hsla(0, 0%, 100%, 0.75);
	font-style: normal;
	cursor: auto;
	line-height: 1.5;
}

.mfp-bottom-bar .viewer-buttons {
	float: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mfp-title {
	float: left;
	width: 85%;
	padding-right: 10px;
	color: #444;
	text-align: left;
}

.mfp-title p {
	margin: 0;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, 0.6);
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
		width: 35px;
		height: 35px;
		background: rgba(0, 0, 0, 0.6);
		text-align: center;
		line-height: 35px;
	}

}

@media (orientation: landscape),
(min-width: 960px) {

	.mfp-container {
		padding: 0 40px;
	}

	.mfp-figure figcaption {
		font-size: 14px;
	}

	.mfp-bottom-bar .viewer-buttons {
		right: 10px;
	}

	.mfp-arrow {
		position: absolute;
		top: 50%;
		bottom: 10px;
		z-index: 10;
		margin-top: -16px;
		border: 0;
		background-color: transparent;
		background-position: 50% 0;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.mfp-arrow-left {
		left: -40px;
	}

	.mfp-arrow-right {
		right: -40px;
	}

	button.mfp-close {
		top: 10px;
		right: -40px;
		text-align: center;
	}

	img.mfp-img {
		padding: 10px 0;
	}

}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	margin-top: 5px;
	margin-left: -300px;
	padding-bottom: 5px;
	width: 600px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.multi-content.owl-carousel .owl-item {
	height: 100px;
}

.multi-content .owl-controls,
.viewer-more .owl-controls {
	top: 50% !important;
}

.multi-content .owl-controls {
	top: 50% !important;
	margin-top: -25px !important;
}

.viewer-more .owl-buttons .owl-prev,
.viewer-more .owl-buttons .owl-next,
.multi-content .owl-buttons .owl-prev,
.multi-content .owl-buttons .owl-next {
	top: 0 !important;
}

.viewer-more .owl-buttons .owl-prev {
	left: 0 !important;
}

.viewer-more .owl-buttons .owl-next {
	right: 0 !important;
}

.multi-content .owl-buttons .owl-prev {
	left: -10px !important;
}

.multi-content .owl-buttons .owl-next {
	right: -10px !important;
}

.no-touch .sneaky-text-parent .sneaky-text,
.no-touch .page-exhibition_works #artist-grid-view .list-item-text {
	-webkit-transition: opacity 0.3s;
	/* Safari */
	transition: opacity 0.3s;
	opacity: 0;
}

.no-touch .sneaky-text-parent:hover .sneaky-text,
.no-touch .page-exhibition_works #artist-grid-view .grid-item:hover .list-item-text {
	opacity: 1;
}

.dotdotdot.list-item-text {
	height: 3.5rem;
	max-height: 3.5rem;
}

/************
 * ASPECTED CONTAINER
 ************/
.aspected-block {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.aspected-block:before {
	display: block;
	content: '';
	padding-top: 100%;
}

#viewer-carousel-main .aspected-block:before {
	padding-top: 60%;
}

@media (max-width: 768px) {
	#viewer-carousel-main .aspected-block:before {
		padding-top: 80%;
	}
	#viewer-carousel-main > .owl-controls {
		padding-top: 35% !important;
	}
}

.list-item-contain.aspected-block:before {
	padding-top: 150%;
}

.aspected-block > *:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 0;
	display: block;
}

/************
 * CONSTRAINED CONTAINER
 ************/
.constrained-block:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.list-preview .constrained-block:before {
	vertical-align: top;
}

.constrained-block > *:first-child {
	max-height: 100% !important;
}

#footer .site_logos a img {
    margin-top: 0;
}

.site_logos .grid-item.header {
	padding: 0;
	text-align: left;
}

.site_logos .grid-item {
	text-align: center;
	padding: 0.5rem;
	font-size: 0.7rem !important
}

.paypal_buy {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 2rem;
    font-family: Arial;
    color: #003366;
    font-size: 0.9rem;
    padding: 0.3rem 1.1rem;
    border: solid #ff9933 1px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fede9e 54%, #ffaf33 54%, #fff1db 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fede9e 54%,#ffaf33 54%,#fff1db 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fede9e 54%,#ffaf33 54%,#fff1db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff1db',GradientType=0 );
    font-weight: bolder;
    font-style: italic;
}

.viewer-buttons .control-scale {
    background: url("img/btn_scale.png") 0 0 no-repeat;
}

.dark-theme .viewer-buttons .control-scale {
	background: url("img/btn_scale_light.png") 0 0 no-repeat;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
