




.overview{
	margin:3em 0;
}


.tabs-content{
	margin-bottom:4em;
}


.show-movie{
    font-size:1.4em;
}


.photo-albums{
	margin-bottom:7em;
}

.movies-list a{
	display:block;
}

.movies-list a p{
	text-align:center;
	font-size:0.8em;
	margin-top:0.5em;
}


.movie-header h1{
	margin-top:0;
}


.related-sections{
	margin-top:3em;
}


.video-js{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.videobox{
	text-align:center;
}


.photo-albums p{
	line-height:1.3em;
	margin-top:0.4em;
}

.gallerybox figure{
	line-height:1.3em;
	margin-top:0.4em;
	margin-bottom:1em;
}


.related-videos a{
	display:block;
	margin-bottom:1em;
}



/* ================ MEDIA QUERIES ================== */
/*================================================== */


/* Small only */
@media screen and (max-width: 39.9375em) {

}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

.related-videos{
	text-align:center;
	padding-top:2em;
}

.videobox{
	display:inline-block;
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}


/* custom sizes */
@media screen and (max-width: 61.250em) {

}


