/*.modal {
	display: none; 
	position: fixed; 
	z-index: 1000; 
	padding-top: 100px; 
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}

.modal-content {
	background-color: #888;
	margin: auto;
	padding: 5px;
	border: 1px solid #888;
	width: auto !important;
	max-width:640px;
	display: block;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.movie-meta-details {
	display: none;
}
.header-controls {
	position: absolute;
	bottom: -8px;
	left: 40%;
}*/

body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
	margin-top: 50px;
	border: solid 0px #e5e5e5;
}
@media only screen and (max-width: 1360px) {
	body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
		width: 58% !important;
	}
	.header-controls {
		bottom: 8px !important;
	}
}
@media only screen and (max-width: 1280px) {
	body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
		width: 60% !important;
		margin-top: 0px;
	}
	.header-controls {
		bottom: 8px !important;
	}
	.info-items {
		display: inline-block !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1064px) {
	body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
		width: 50% !important;
	}
}
@media only screen and (max-width: 824px) {
	body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
		width: 100% !important;
	}
}
@media only screen and (max-width:  900px) and (min-width:  774px){
	.movie .hero .header-controls button {
		padding: 10px !important;
	}
}
@media only screen and (max-width:  773px) and (min-width:  682px){
	.movie .hero .header-controls button {
		padding: 10px 25px !important;
		width: 160px;
		margin-top: 10px;
	}
}
@media only screen and (max-width:  596px) and (min-width:  569px){
		.movie .hero .header-controls button {
		/*padding: 10px 25px !important;
		width: 160px;*/
		margin-top: 15px !important;
	}
}
@media only screen and (max-width: 773px) {
	body > div.layout.movie > div.hero-wrapper > div > div.movie-main-details > div.movie-header > div:nth-child(2) {
		width: 100% !important;
		position: relative;
		margin-top: 0px;
	}
	.header-controls {
		position: inherit !important;
	}
	.info-items {
		display: inline-block !important;
	}
}
.thumbnail-grid .thumbnail-photo {
	border-radius: 50%;
	max-width: 120px;
	max-height: 120px;
}


/*Spark Player*/
#sparkplayer {
	position: relative;
	height: auto;
	margin: auto;               
	/* background-image: url(); */
	background-color: #000000; 
	background-size: 100%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
	#sparkplayer {
		width: 480px;
	}
}
@media screen and (min-width: 780px) {
	#sparkplayer {
		width: 780px;
	}
}
@media screen and (min-width: 920px) {
	#sparkplayer {
		width: 920px;
	}
}           
#sparkplayer2 {
	position: relative;
	height: auto;
	margin: auto;               
	/* background-image: url(); */
	background-image: url("https://cdn.helixstudios.com/media/studios/studio_helixstudios.png");
	background-color: #000000; 
	background-size: 100%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
	#sparkplayer2 {
		width: 480px;
	}
}
@media screen and (min-width: 780px) {
	#sparkplayer2 {
		width: 780px;
	}
}
@media screen and (min-width: 920px) {
	#sparkplayer2 {
		width: 920px;
	}
}
					