/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shadowbox {
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.84);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.84);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.84);

}


#goTop {
position: fixed;
bottom: 20px; 
right: 15px; 
width: 40px; 
height: 40px; 
opacity: 0.4; 
z-index: 10;
cursor: pointer;
transition: all .5s; 
-webkit-transition: all .5s;
-moz-transition: all .5s;
}
#goTop:hover { 
opacity: 1; 
width: 80px; 
height: 80px; 
}
</style>
</head>
<style>
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shadowframe {
	-moz-box-shadow:2px 2px 2px 2px rgba(20%,20%,20%,0.5);
	-webkit-box-shadow:2px 2px 2px 2px rgba(20%,20%,20%,0.5);
	box-shadow:2px 2px 2px 2px rgba(20%,20%,20%,0.5);
}