/**
 * @name STG Takeover Poster Display
 * @version 2017.03.01.1030
 * @author Axis Studios (nick@axisweb.com)
 * @copyright 2017 - Seattle Theatre Group - stgpresents.org
 *
 */

* {
	margin: 0; 
	padding: 0;
}
body {
	background: #000;
	padding: 0px;	
}
body.stgpage107 {
	padding: 30px;	
	position: relative;
}
body.stgpage107 #bevel {
	background-image: url('/images/bg_container_bevel_2160x3840.png');
	background-position: 0 0; 
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
body.stgpage119 {
	position: relative;
}
body.stgpage119 #remotecontrol {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	z-index: 1000;
}

#slider {
	/*background: #000 url(images/bg_container_2160x3840.jpg) 0 0 no-repeat;*/
}
#slider,
.container {
	height: auto;
	width: auto;
}
#slider .rev_slider_wrapper {
	background-color: transparent !important;
}