/*SPARK PLAYER*/
#sparkplayer {
	position: relative;
	height: auto;
	margin: auto; 
	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-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;
	}
}
/*END OF SPARK*/

#titleImage {
width: 100%;
position: relative;
height: auto;
margin: auto;
background-color: #000000; 
background-size: 100%;
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  #titleImage {
	width: 480px;
  }
}
@media screen and (min-width: 780px) {
  #titleImage {
	width: 780px;
  }
}
@media screen and (min-width: 920px) {
  #titleImage {
	width: 920px;
  }
}   
@media screen and (max-width: 780px) {
  .remove-mobile {
	display: none;
  }
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.pure-button span {
    margin-left: 0.3125rem;
    margin-right: 0;
}

/*show description and download on mobile*/
/*@media only screen and (max-width:768px){
	.video-details.closed {
		max-height: unset !important;
	}
	.video-gallery {
		display: none;
	}
}*/