/*Dynamic custom CSS - add your custom styles here://

/*Custom captions on inbult captions on videos*/
.caption {
	font-size: 20px!important;
	margin-bottom: 0!important;
	bottom: 50px!important;
}

.caption p {
background-color: #fff;
color: #000!important;
/*text-shadow: 0 0 white!important;*/
}

 /*Adds an outline to the main SL window on desktop and mobile*/
#slide {
outline:solid 1px white !important;
} 

/*Takes off the SL background so we can then add our own*/
/*#frame {
	background: none !important;
}*/

/*Adds a shadow to the main SL window on desktop and mobile*/
/*#slide {
box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
}

.is-mobile .slide-container {
box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
}*/


